Struct DecreaseHeightCliffOperation
This operation will decrease the height of the tiles within the specified bounds, starting from the highest corners within that bound.
Cliffs will be generated at the bounds edges.
Assembly: TycoonTerrainAssembly.dll
Syntax
public struct DecreaseHeightCliffOperation : ITerrainOperation
Constructors
DecreaseHeightCliffOperation(IntBound)
Declaration
public DecreaseHeightCliffOperation(IntBound bounds)
Parameters
Methods
ScheduleOperation(OperationContext, ref OperationResult)
Declaration
public void ScheduleOperation(OperationContext context, ref OperationResult result)
Parameters
Implements
See Also