Struct DecreaseHeightCorner
This operation will decrease the height of the specified tile corner.
Cliffs will be generated at the bounds edges.
Assembly: TycoonTerrainAssembly.dll
Syntax
public struct DecreaseHeightCorner : ITerrainOperation
Constructors
DecreaseHeightCorner(TileCorner)
Declaration
public DecreaseHeightCorner(TileCorner tileCorner)
Parameters
Methods
ScheduleOperation(OperationContext, ref OperationResult)
Declaration
public void ScheduleOperation(OperationContext context, ref OperationResult result)
Parameters
Implements
See Also