C# Class TerrainPainter.tp_Heights

显示文件 Open project: Stumpstump/RoverGame Class Usage Examples

Public Methods

Method Description
Add ( tp_Height h ) : void

Add an item to end of the list

Clear ( ) : void

List.Clear

GetAvailablePaintTextures ( ) : int[]

Get splatmap indexed

RemoveAt ( int v ) : void

List.RemoveAt

Swap ( int i, int p ) : void

Swap two heights

this ( int index ) : tp_Height

Height

Method Details

Add() public method

Add an item to end of the list
public Add ( tp_Height h ) : void
h tp_Height
return void

Clear() public method

List.Clear
public Clear ( ) : void
return void

GetAvailablePaintTextures() public method

Get splatmap indexed
public GetAvailablePaintTextures ( ) : int[]
return int[]

RemoveAt() public method

List.RemoveAt
public RemoveAt ( int v ) : void
v int
return void

Swap() public method

Swap two heights
public Swap ( int i, int p ) : void
i int
p int
return void

this() public method

Height
public this ( int index ) : tp_Height
index int
return tp_Height