Struct GeoPlastSettings
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
[BurstCompile]
public struct GeoPlastSettings
Fields
Density
Base Density of the geo plast, how much units of volume it takes per 1 unit of geo plast amount.
In real time dencity is affected by amount of Humid and Heat in the geo plast (if enabled).
Declaration
[Tooltip("Base Density of the geo plast, how much units of volume it takes per 1 unit of geo plast amount. In real time dencity is affected by amount of Humid and Heat in the geo plast (if enabled).")]
public float Density
Field Value
HasBedrock
If true, the layer has a bedrock layer reference, needed to calculate actual height of and volume for the layer.
Declaration
[Tooltip("If true, the layer has a bedrock layer reference, needed to calculate actual height of and volume for the layer.")]
public bool HasBedrock
Field Value
Properties
DefaultSettings
Declaration
public static GeoPlastSettings DefaultSettings { get; }
Property Value
Extension Methods