Class MaterialGeoPlastLayerConfigAsset
Inheritance
Object
ScriptableObject
MaterialGeoPlastLayerConfigAsset
Implements
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Fwt.HexTerrains.GeoPlasts.Data
Assembly: fwt.hexterrains.dll
Syntax
[CreateAssetMenu(menuName = "Fwt/HexTerrains/GeoPlasts/Material Geo Plast Layer Config", fileName = "MaterialGeoPlastLayerConfig")]
public class MaterialGeoPlastLayerConfigAsset : DynamicGeoPlastLayerConfigAsset, ITerrainLayerFactory, IInitMaterialGeoPlastLayerArgs, IInitDynamicGeoPlastLayerArgs, IVisualGeoPlastLayerConfig, IInitGeoPlastLayerConfig
Fields
_heatMapArgs
Declaration
[Tooltip("Initialization arguments for the HeatMap data layer (heat amount per cell)")]
[SerializeField]
protected InitColorMapCellValueDataLayerArgs<float> _heatMapArgs
Field Value
| Type | Description |
|---|---|
| InitColorMapCellValueDataLayerArgs<float> |
_materialSettings
Declaration
[Space]
[Header("Material Settings")]
[Tooltip("Settings related to how the plast material properties are calculated and applied to the terrain.")]
[SerializeField]
protected MaterialGeoPlastSettings _materialSettings
Field Value
| Type | Description |
|---|---|
| MaterialGeoPlastSettings |
_temperatureMapArgs
Declaration
[Tooltip("Initialization arguments for the Temperature data layer (temperature per cell or heat amount/plast amount per cell)")]
[SerializeField]
protected InitColorMapCellValueDataLayerArgs<float> _temperatureMapArgs
Field Value
| Type | Description |
|---|---|
| InitColorMapCellValueDataLayerArgs<float> |
Properties
HeatMapArgs
Initialization arguments for the HeatMap data layer (heat amount per cell)
Declaration
public InitColorMapCellValueDataLayerArgs<float> HeatMapArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| InitColorMapCellValueDataLayerArgs<float> |
MaterialSettings
Settings related to how the plast material properties are calculated and applied to the terrain.
Declaration
public MaterialGeoPlastSettings MaterialSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| MaterialGeoPlastSettings |
TemperatureMapArgs
Initialization arguments for the Temperature data layer (temperature per cell or heat amount/plast amount per cell)
Declaration
public InitColorMapCellValueDataLayerArgs<float> TemperatureMapArgs { get; set; }
Property Value
| Type | Description |
|---|---|
| InitColorMapCellValueDataLayerArgs<float> |
Methods
CreateTerrainLayer()
Creates a new instance of a terrain layer for hex-based maps.
Declaration
public override HexTerrainLayer CreateTerrainLayer()
Returns
| Type | Description |
|---|---|
| HexTerrainLayer | A HexTerrainLayer representing the newly created terrain layer. |
Overrides
TestCurve(ExponentialCurve)
Declaration
public void TestCurve(ExponentialCurve curve)
Parameters
| Type | Name | Description |
|---|---|---|
| ExponentialCurve | curve |
TestDownFlowCurve()
Declaration
[ContextMenu("Test DownFlow Curve")]
public void TestDownFlowCurve()
TestUpFlowCurve()
Declaration
[ContextMenu("Test UpFlow Curve")]
public void TestUpFlowCurve()