• Manual
  • Scripting API
  • Asset Store
  • TycoonTerrain.Core
  • TerrainModifiedEvent
Search Results for

    Show / Hide Table of Contents
    • TycoonTerrain.Components
      • TycoonTileRendererBase
    • TycoonTerrain.Core
      • BoundsContainer
      • BoundsReservationRegister
      • CallbackHandle
      • CallbacksRegister
      • CardinalDirection
      • ChunkSet
      • ConstructableDefinition
      • CornerIndex
      • Extensions
      • IChunkListener
      • IntBound
      • LandTile
      • OnBoundsChangeCallback
      • PlacementValidResult
      • SurfaceOverlayMesh
      • TerrainGrid
      • TerrainModifiedEvent
      • TerrainSelection
      • TerrainTypeCollectionAsset
      • TerrainTypeDefinition
      • TerrainTypeTable
      • TileCorner
      • TileHandle
      • TilePosition
      • TileType
      • TycoonTileMap
      • TycoonTileRaycastHit
    • TycoonTerrain.Core.Generation
      • TerrainGenerationJob
    • TycoonTerrain.Core.Rendering
      • ChunkMesh
      • IMesh
      • NativeMeshData
      • RenderTerrainCliffChunkJob
      • RenderTerrainSurfaceChunkJob
      • RenderWaterChunkJob
      • RenderWaterCliffChunkJob
      • SubMeshTriangle
    • TycoonTerrain.Core.TerrainOperations
      • ClearWaterBodyOperation
      • CopyHeightMapOperation
      • CreateWaterBodyFloodOperation
      • DecreaseHeightCliffOperation
      • DecreaseHeightCorner
      • DecreaseHeightSmoothConnectedOperation
      • GetTilesInWaterBody
      • IncreaseHeightCliffOperation
      • IncreaseHeightCorner
      • IncreaseHeightSmoothConnectedOperation
      • ITerrainOperation
      • MaxHeightSmooth
      • OperationContext
      • OperationResult
      • SetHeightOperation
      • SetTileTypeInBoundsOperation
      • SetWaterLevelOperation
    • TycoonTerrain.Previewers
      • BuildingToolPreviewer
      • PreviewMeshes
      • TerrainPainterPreviewer
      • TerrainSelectionPreviewer
      • ToolPreviewerBase<T>
    • TycoonTerrain.Tools
      • BuildingTool
      • PainterTool
      • SceneryTool
      • SelectionToolBase
      • SnappingMode
      • TerraformingTool
      • ToolBase
      • WaterTool

    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
    • Properties
      • Grid
      • IsInitializing
      • Map
      • TileTypes
    Back to top Tycoon Tile documentation