Struct IncreaseHeightSmoothConnectedOperation
This operation will increase 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 IncreaseHeightSmoothConnectedOperation : ITerrainOperation
Constructors
IncreaseHeightSmoothConnectedOperation(IntBound)
Declaration
public IncreaseHeightSmoothConnectedOperation(IntBound bounds)
Parameters
Fields
operationBounds
Declaration
public IntBound operationBounds
Field Value
Methods
ScheduleOperation(OperationContext, ref OperationResult)
Declaration
public void ScheduleOperation(OperationContext context, ref OperationResult result)
Parameters
Implements
See Also