C# 클래스 TerrainPainter.TerrainPainter

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HashCode int
MouseDown bool
brushPosition UnityEngine.Vector3

공개 메소드들

메소드 설명
Initialize ( ) : void

Initialize component

SafeTextureSelect ( ) : void

Check if selected texture and selected cliff texture are not the same

비공개 메소드들

메소드 설명
FixAngle ( float angle ) : float

메소드 상세

Initialize() 공개 메소드

Initialize component
public Initialize ( ) : void
리턴 void

SafeTextureSelect() 공개 메소드

Check if selected texture and selected cliff texture are not the same
public SafeTextureSelect ( ) : void
리턴 void

프로퍼티 상세

HashCode 공개적으로 정적으로 프로퍼티

public static int HashCode
리턴 int

MouseDown 공개적으로 프로퍼티

public bool MouseDown
리턴 bool

brushPosition 공개적으로 프로퍼티

public Vector3,UnityEngine brushPosition
리턴 UnityEngine.Vector3