Azmyth.Assets.TerrainChunk.this C# (CSharp) Method

this() public method

public this ( int x, int y ) : TerrainTile
x int
y int
return TerrainTile
        public TerrainTile this[int x, int y]
        {
            get
            {
                return GetTile(x, y);
            }
        }

Same methods

TerrainChunk::this ( TerrainTypes type ) : long