C# Class TerrainPainter.tp_Height

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

Méthodes publiques

Méthode Description
SetIndex ( int i ) : void

Set Texture index

tp_Height ( ) : System

Constructor

tp_Height ( int index ) : System

Constructor

tp_Height ( int index, Vector2 range ) : System

Constructor

tp_Height ( int index, tp_Heights heights ) : System

Constructor

Method Details

SetIndex() public méthode

Set Texture index
public SetIndex ( int i ) : void
i int
Résultat void

tp_Height() public méthode

Constructor
public tp_Height ( ) : System
Résultat System

tp_Height() public méthode

Constructor
public tp_Height ( int index ) : System
index int
Résultat System

tp_Height() public méthode

Constructor
public tp_Height ( int index, Vector2 range ) : System
index int
range Vector2
Résultat System

tp_Height() public méthode

Constructor
public tp_Height ( int index, tp_Heights heights ) : System
index int
heights tp_Heights
Résultat System