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