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

GetAnchor() public method

Gets the anchor with the specified template-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.ChunkTemplateAnchors[index];
        }