Search Results for

    Show / Hide Table of Contents

    Class TerrainModifiedEvent

    Event data for the terrain modified event.

    Inheritance
    Object
    TerrainModifiedEvent
    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.

    In This Article
    Back to top Tycoon Tile documentation