Struct MaxHeightSmooth
Assembly: TycoonTerrainAssembly.dll
Syntax
public struct MaxHeightSmooth : ITerrainOperation
Constructors
MaxHeightSmooth(IntBound, Int32)
Declaration
public MaxHeightSmooth(IntBound bounds, int height)
Parameters
MaxHeightSmooth(int2, Int32)
Declaration
public MaxHeightSmooth(int2 position, int height)
Parameters
Type |
Name |
Description |
Unity.Mathematics.int2 |
position |
|
Int32 |
height |
|
Fields
height
Declaration
Field Value
selection
Declaration
public IntBound selection
Field Value
Methods
ScheduleOperation(OperationContext, ref OperationResult)
Declaration
public void ScheduleOperation(OperationContext context, ref OperationResult result)
Parameters
Implements