ByChance.Core.Chunk.GetAnchor C# (CSharp) Méthode

GetAnchor() public méthode

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