Class WindEroder
Inheritance
System.Object
WindEroder
Syntax
[Serializable]
public class WindEroder : ITerrainEroder
Fields
m_WindSpeed
Declaration
public TerrainFloatMinMaxValue m_WindSpeed
Field Value
Type |
Description |
TerrainFloatMinMaxValue |
|
m_WindSpeedJitter
Declaration
public float m_WindSpeedJitter
Field Value
Type |
Description |
System.Single |
|
m_WindVel
Declaration
Field Value
Properties
inputTextures
Declaration
public Dictionary<string, RenderTexture> inputTextures { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, RenderTexture> |
|
Implements
outputTextures
Declaration
public Dictionary<string, RenderTexture> outputTextures { get; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, RenderTexture> |
|
Implements
Methods
ErodeHeightmap(Vector3, Rect, Vector2, Boolean)
Declaration
public void ErodeHeightmap(Vector3 terrainDimension, Rect domainRect, Vector2 texelSize, bool invertEffect = false)
Parameters
Type |
Name |
Description |
Vector3 |
terrainDimension |
|
Rect |
domainRect |
|
Vector2 |
texelSize |
|
System.Boolean |
invertEffect |
|
Implements
OnEnable()
Declaration
Implements
OnInspectorGUI()
Declaration
public void OnInspectorGUI()