Method | Description | |
---|---|---|
Add ( |
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 ) : |
Height
|