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

GetContext() public method

Gets the context with the specified chunk-wide unique index.
public GetContext ( int index ) : Context
index int Index of the context to get.
return Context
        public Context GetContext(int index)
        {
            return this.ChunkContexts[index];
        }