C# Class TerrainPainter.tp_Heights

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

Méthodes publiques

Méthode 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 méthode

Add an item to end of the list
public Add ( tp_Height h ) : void
h tp_Height
Résultat void

Clear() public méthode

List.Clear
public Clear ( ) : void
Résultat void

GetAvailablePaintTextures() public méthode

Get splatmap indexed
public GetAvailablePaintTextures ( ) : int[]
Résultat int[]

RemoveAt() public méthode

List.RemoveAt
public RemoveAt ( int v ) : void
v int
Résultat void

Swap() public méthode

Swap two heights
public Swap ( int i, int p ) : void
i int
p int
Résultat void

this() public méthode

Height
public this ( int index ) : tp_Height
index int
Résultat tp_Height