Search Results for

    Show / Hide Table of Contents

    Interface IChunkListener

    Interface that allows objects to listen for chunk updates.

    Namespace: TycoonTerrain.Core
    Assembly: TycoonTerrainAssembly.dll
    Syntax
    public interface IChunkListener

    Methods

    OnUpdateChunks(TycoonTileMap, ref ChunkSet)

    Called when a chunk is updated.

    Declaration
    void OnUpdateChunks(TycoonTileMap terrain, ref ChunkSet chunks)
    Parameters
    Type Name Description
    TycoonTileMap terrain

    The terrain.

    ChunkSet chunks

    The chunks.

    In This Article
    Back to top Tycoon Tile documentation