Search Results for

    Show / Hide Table of Contents

    Class OperationContext

    The operation context contains references to the most important pieces of information about a Tycoon Tile map.

    Inheritance
    Object
    OperationContext
    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
    TerrainGrid

    LockedTiles

    The container that tracks which tile positions have been locked.

    Declaration
    public BoundsContainer LockedTiles { get; }
    Property Value
    Type Description
    BoundsContainer

    TerrainTypes

    The two dimensional grid of terrain tile types.

    Declaration
    public TerrainTypeTable TerrainTypes { get; }
    Property Value
    Type Description
    TerrainTypeTable
    In This Article
    Back to top Tycoon Tile documentation