Struct CloudsRenderSettings
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public struct CloudsRenderSettings
Fields
CloudScaleTreshold
When cloud's CellHeight is equal or greater than this value, cloud scale is set to 1.0 (full scale).
When cloud's CellHeight is less than this value, cloud scale is linearly reduced down to 0.0.
Declaration
[Tooltip("When cloud's height is equal or greater than this value, cloud scale is set to 1.0 (full scale). When cloud's height is less than this value, cloud scale is linearly reduced down to 0.0.")]
public float CloudScaleTreshold
Field Value
CloudThickness
Maximul thickness of the cloud (when it's CellHeight is MaxCloudHeight or more)
Declaration
[Tooltip("Maximum thickness of the cloud (when it's height is MaxCloudHeight or more)")]
public float CloudThickness
Field Value
IsDrawBottomSide
If true, bottom side of the clouds will be drawn.
Declaration
[Tooltip("If true, bottom side of the clouds will be drawn.")]
public bool IsDrawBottomSide
Field Value
MaxCellHeight
When cloud's CellHeight value is equals or more than this value, it is considered as maximum height cloud
Declaration
[Tooltip("When cloud's height value is equals or more than this value, it is considered as maximum height cloud")]
public float MaxCellHeight
Field Value
Properties
Default
Declaration
public static CloudsRenderSettings Default { get; }
Property Value
Extension Methods