C# 클래스 StatsView, Unity-Free-Flight

상속: MonoBehaviour
파일 보기 프로젝트 열기: NickolausDS/Unity-Free-Flight 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InputsPos Rect
flightObject GameObject
guiskin UnityEngine.GUISkin
physicsPos Rect
showAbbreviations bool
statsPos Rect
toggleInputsMenu bool
togglePhysicsMenu bool
toggleStatsMenu bool
toggleWorldPhysicsMenu bool
worldPhysicsPos Rect

공개 메소드들

메소드 설명
OnEnable ( ) : void
OnGUI ( ) : void

메소드 상세

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

프로퍼티 상세

InputsPos 공개적으로 프로퍼티

public Rect InputsPos
리턴 Rect

flightObject 공개적으로 프로퍼티

public GameObject flightObject
리턴 GameObject

guiskin 공개적으로 프로퍼티

public GUISkin,UnityEngine guiskin
리턴 UnityEngine.GUISkin

physicsPos 공개적으로 프로퍼티

public Rect physicsPos
리턴 Rect

showAbbreviations 공개적으로 프로퍼티

public bool showAbbreviations
리턴 bool

statsPos 공개적으로 프로퍼티

public Rect statsPos
리턴 Rect

toggleInputsMenu 공개적으로 프로퍼티

public bool toggleInputsMenu
리턴 bool

togglePhysicsMenu 공개적으로 프로퍼티

public bool togglePhysicsMenu
리턴 bool

toggleStatsMenu 공개적으로 프로퍼티

public bool toggleStatsMenu
리턴 bool

toggleWorldPhysicsMenu 공개적으로 프로퍼티

public bool toggleWorldPhysicsMenu
리턴 bool

worldPhysicsPos 공개적으로 프로퍼티

public Rect worldPhysicsPos
리턴 Rect