Struct DecreaseHeightSmoothConnectedOperation
This operation will decrease the height of the tiles within the specified bounds, starting from the highest corners within that bound.
Neighbouring tiles heights will increase as necessary, as to not generate cliffs.
Assembly: TycoonTerrainAssembly.dll
Syntax
public struct DecreaseHeightSmoothConnectedOperation : ITerrainOperation
Constructors
DecreaseHeightSmoothConnectedOperation(IntBound)
Declaration
public DecreaseHeightSmoothConnectedOperation(IntBound bounds)
Parameters
Methods
ScheduleOperation(OperationContext, ref OperationResult)
Declaration
public void ScheduleOperation(OperationContext context, ref OperationResult result)
Parameters
Implements
See Also