Struct SetHeightOperation
Sets the tile heights to a given height for all tiles within the given bounds.
Implements
Namespace: TycoonTerrain.Core.TerrainOperations
Assembly: TycoonTerrainAssembly.dll
Syntax
public struct SetHeightOperation : ITerrainOperation
Constructors
SetHeightOperation(Int32, IntBound)
Declaration
public SetHeightOperation(int height, IntBound bounds)
Parameters
Methods
ScheduleOperation(OperationContext, ref OperationResult)
Declaration
public void ScheduleOperation(OperationContext context, ref OperationResult result)
Parameters
Type | Name | Description |
---|---|---|
Operation |
context | |
Operation |
result |