C# 클래스 VRTK.Examples.ControlsMenu

상속: MonoBehaviour
파일 보기 프로젝트 열기: nrebei2/Portals-VR

공개 프로퍼티들

프로퍼티 타입 설명
controllerEvents VRTK_ControllerEvents
menuSlate GameObject
spawnDistance float
toggleButton VRTK_ControllerEvents.ButtonAlias

보호된 프로퍼티들

프로퍼티 타입 설명
isVisible bool

보호된 메소드들

메소드 설명
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
ToggleButtonPressed ( object sender, ControllerInteractionEventArgs e ) : void
ToggleVisibility ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

OnDisable() 보호된 메소드

protected OnDisable ( ) : void
리턴 void

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

ToggleButtonPressed() 보호된 메소드

protected ToggleButtonPressed ( object sender, ControllerInteractionEventArgs e ) : void
sender object
e ControllerInteractionEventArgs
리턴 void

ToggleVisibility() 보호된 메소드

protected ToggleVisibility ( ) : void
리턴 void

프로퍼티 상세

controllerEvents 공개적으로 프로퍼티

public VRTK_ControllerEvents controllerEvents
리턴 VRTK_ControllerEvents

isVisible 보호되어 있는 프로퍼티

protected bool isVisible
리턴 bool

menuSlate 공개적으로 프로퍼티

public GameObject menuSlate
리턴 GameObject

spawnDistance 공개적으로 프로퍼티

public float spawnDistance
리턴 float

toggleButton 공개적으로 프로퍼티

public VRTK_ControllerEvents.ButtonAlias toggleButton
리턴 VRTK_ControllerEvents.ButtonAlias