Search Results for

    Show / Hide Table of Contents

    Interface ITerrainOperation

    Standard interface to apply modifications to a Tycoon Tile terrain. Any modifications done to tiles should be registered through the operation results parameter.

    Namespace: TycoonTerrain.Core.TerrainOperations
    Assembly: TycoonTerrainAssembly.dll
    Syntax
    public interface ITerrainOperation

    Methods

    ScheduleOperation(OperationContext, ref OperationResult)

    Standard interface to apply modifications to a Tycoon Tile terrain.

    Declaration
    void ScheduleOperation(OperationContext context, ref OperationResult result)
    Parameters
    Type Name Description
    OperationContext context

    Information context for the terrain this operation is applied to.

    OperationResult result

    The modification results that should be applied to the terrain.

    In This Article
    Back to top Tycoon Tile documentation