C# Class TerrainPainter.tp_Height

Datei anzeigen Open project: Stumpstump/RoverGame Class Usage Examples

Public Methods

Method 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 method

Set Texture index
public SetIndex ( int i ) : void
i int
return void

tp_Height() public method

Constructor
public tp_Height ( ) : System
return System

tp_Height() public method

Constructor
public tp_Height ( int index ) : System
index int
return System

tp_Height() public method

Constructor
public tp_Height ( int index, Vector2 range ) : System
index int
range Vector2
return System

tp_Height() public method

Constructor
public tp_Height ( int index, tp_Heights heights ) : System
index int
heights tp_Heights
return System