Struct SetTileTypeInBoundsOperation
Changes the terrain within a given bounds to a given tile type.
Implements
Namespace: TycoonTerrain.Core.TerrainOperations
Assembly: TycoonTerrainAssembly.dll
Syntax
public struct SetTileTypeInBoundsOperation : ITerrainOperation
Constructors
SetTileTypeInBoundsOperation(IntBound, TileType)
Declaration
public SetTileTypeInBoundsOperation(IntBound bounds, TileType terrainType)
Parameters
Methods
ScheduleOperation(OperationContext, ref OperationResult)
Declaration
public void ScheduleOperation(OperationContext context, ref OperationResult result)
Parameters
| Type | Name | Description |
|---|---|---|
| Operation |
context | |
| Operation |
result |