C# 클래스 TerrainPainter.tp_Heights

파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

List.Clear
public Clear ( ) : void
리턴 void

GetAvailablePaintTextures() 공개 메소드

Get splatmap indexed
public GetAvailablePaintTextures ( ) : int[]
리턴 int[]

RemoveAt() 공개 메소드

List.RemoveAt
public RemoveAt ( int v ) : void
v int
리턴 void

Swap() 공개 메소드

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

this() 공개 메소드

Height
public this ( int index ) : tp_Height
index int
리턴 tp_Height