Struct DynamicGeoPlastSettings
Settings of Dynamic GeoPlast, which is a type of GeoPlast that simulates the flow of plast volume between cells and layers. It includes settings for volume flow, which is an exchange of plast volume between cells as well as between layers. These settings allow to simulate processes such as water flow, and erosion
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public struct DynamicGeoPlastSettings
Fields
VolumeFlowFrameCycle
Frame Cycle settings for the flow simulation. Flow is an exchange of volume between cells as well as between layers.
Declaration
[Tooltip("Frame Cycle settings for the plast volume flow simulation. Flow is an exchange of volume between cells as well as between layers.")]
[SerializeField]
public FrameCycleSettings VolumeFlowFrameCycle
Field Value
VolumeFlowSettings
Settings of the geo plast volume flow (horizontal, up, down).
Declaration
[Tooltip("Settings of the geo plast volume flow (horizontal, up, down).")]
[SerializeField]
public GeoPlastFlowSettings VolumeFlowSettings
Field Value
Properties
Default
Declaration
public static DynamicGeoPlastSettings Default { get; }
Property Value
Methods
IsAnyFlowEnabledAndIsSimulationTick(HexTerrainSimulationTimer)
Returns true if any flow is enabled and the current simulation tick is a flow simulation tick.
Declaration
public bool IsAnyFlowEnabledAndIsSimulationTick(HexTerrainSimulationTimer simulationTimer)
Parameters
Returns
Extension Methods