Struct SetTileTypeInBoundsOperation
Changes the terrain within a given bounds to a given tile type.
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
Implements
See Also