C# Class TerrainPainter.tp_Containers.SettingsContainer

Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
heights TerrainPainter.tp_Height[]
opacity float
ramp UnityEngine.Vector2
size float
strength float

Méthodes publiques

Méthode Description
SettingsContainer ( ) : UnityEngine

Method Details

SettingsContainer() public méthode

public SettingsContainer ( ) : UnityEngine
Résultat UnityEngine

Property Details

heights public_oe property

public tp_Height[],TerrainPainter heights
Résultat TerrainPainter.tp_Height[]

opacity public_oe property

public float opacity
Résultat float

ramp public_oe property

public Vector2,UnityEngine ramp
Résultat UnityEngine.Vector2

size public_oe property

public float size
Résultat float

strength public_oe property

public float strength
Résultat float