Search Results for

    Show / Hide Table of Contents

    Delegate OnBoundsChangeCallback

    Callback delegate that is fired after all terrain changes have been applied.

    Namespace: TycoonTerrain.Core
    Assembly: TycoonTerrainAssembly.dll
    Syntax
    public delegate void OnBoundsChangeCallback(TerrainModifiedEvent eventData);
    Parameters
    Type Name Description
    TerrainModifiedEvent eventData

    The event data.

    In This Article
    Back to top Tycoon Tile documentation