Class OperationContext
The operation context contains references to the most important pieces of information about a Tycoon Tile map.
Namespace: TycoonTerrain.Core.TerrainOperations
Assembly: TycoonTerrainAssembly.dll
Syntax
public class OperationContext
Properties
Grid
The two dimensional grid of tile heights.
Declaration
public TerrainGrid Grid { get; }
Property Value
Type | Description |
---|---|
Terrain |
LockedTiles
The container that tracks which tile positions have been locked.
Declaration
public BoundsContainer LockedTiles { get; }
Property Value
Type | Description |
---|---|
Bounds |
TerrainTypes
The two dimensional grid of terrain tile types.
Declaration
public TerrainTypeTable TerrainTypes { get; }
Property Value
Type | Description |
---|---|
Terrain |