C# Class TerrainPainter.tp_Containers.SettingsContainer

Mostrar archivo Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
heights TerrainPainter.tp_Height[]
opacity float
ramp UnityEngine.Vector2
size float
strength float

Public Methods

Method Description
SettingsContainer ( ) : UnityEngine

Method Details

SettingsContainer() public method

public SettingsContainer ( ) : UnityEngine
return UnityEngine

Property Details

heights public_oe property

public tp_Height[],TerrainPainter heights
return TerrainPainter.tp_Height[]

opacity public_oe property

public float opacity
return float

ramp public_oe property

public Vector2,UnityEngine ramp
return UnityEngine.Vector2

size public_oe property

public float size
return float

strength public_oe property

public float strength
return float