ByChance.Core.Chunk.GetAnchor C# (CSharp) 메소드

GetAnchor() 공개 메소드

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