Class TerrainModifiedEvent
Event data for the terrain modified event.
Namespace: TycoonTerrain.Core
Assembly: TycoonTerrainAssembly.dll
Syntax
public class TerrainModifiedEvent
Properties
Grid
Gets the tile grid of the corresponding terrain.
Declaration
public TerrainGrid Grid { get; }
Property Value
Type | Description |
---|---|
TerrainGrid | The tile grid of the corresponding terrain. |
IsInitializing
Indicates whether this event is the first callback after initialization.
Declaration
public bool IsInitializing { get; }
Property Value
Type | Description |
---|---|
Boolean |
Map
Gets the map.
Declaration
public TycoonTileMap Map { get; }
Property Value
Type | Description |
---|---|
TycoonTileMap | The map. |
TileTypes
Gets the terrain type table.
Declaration
public TerrainTypeTable TileTypes { get; }
Property Value
Type | Description |
---|---|
TerrainTypeTable | The terrain type table. |