C# 클래스 TerrainPainter.tp_Height

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

공개 메소드들

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

메소드 상세

SetIndex() 공개 메소드

Set Texture index
public SetIndex ( int i ) : void
i int
리턴 void

tp_Height() 공개 메소드

Constructor
public tp_Height ( ) : System
리턴 System

tp_Height() 공개 메소드

Constructor
public tp_Height ( int index ) : System
index int
리턴 System

tp_Height() 공개 메소드

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

tp_Height() 공개 메소드

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