Struct DirectionFlowSettings
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public struct DirectionFlowSettings
Fields
FlowSpeed
Speed of geo plast flow in the cell. Normalized to the range [0, 1].
0 - no flow, 1 - maximum equalization of geo plast between neighboring cells per tick.
Declaration
[Tooltip("Speed of geo plast flow in the cell. Normalized to the range [0, 1].")]
[Min(0)]
public float FlowSpeed
Field Value
FlowTreshold
If the amount of liquid to flow less than this value, flow is not applied.
Declaration
[Tooltip("If the amount of liquid to flow less than this value, flow is not applied.")]
public float FlowTreshold
Field Value
IsEnabled
If disabled, flow calculations don't run.
Declaration
[Tooltip("If disabled, flow calculations don't run.")]
public bool IsEnabled
Field Value
Properties
Default
Declaration
public static DirectionFlowSettings Default { get; }
Property Value
Extension Methods