ByChance.Core.Chunk.GetAnchor C# (CSharp) Method

GetAnchor() public method

Gets the anchor with the specified chunk-wide unique index.
public GetAnchor ( int index ) : Anchor
index int Index of the anchor to get.
return Anchor
        public Anchor GetAnchor(int index)
        {
            return this.ChunkAnchors[index];
        }