C# 클래스 WindowManager, vrwm

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

공개 프로퍼티들

프로퍼티 타입 설명
addressBar GameObject
browser GameObject
center GameObject
gazeCursor GameObject
handController HandController,
leftCursor GameObject
leftEye GameObject
mouseCursor GameObject
overlay GameObject
rightCursor GameObject
rightEye GameObject
windows Transform

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
checkOverlay ( ) : void
drawGazeCursor ( ) : void
drawHandCursors ( ) : void
focusWindow ( GameObject w = null ) : void
keyboardCommands ( ) : void
loadURL ( string url ) : void
windowSelection ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

checkOverlay() 공개 메소드

public checkOverlay ( ) : void
리턴 void

drawGazeCursor() 공개 메소드

public drawGazeCursor ( ) : void
리턴 void

drawHandCursors() 공개 메소드

public drawHandCursors ( ) : void
리턴 void

focusWindow() 공개 메소드

public focusWindow ( GameObject w = null ) : void
w GameObject
리턴 void

keyboardCommands() 공개 메소드

public keyboardCommands ( ) : void
리턴 void

loadURL() 공개 메소드

public loadURL ( string url ) : void
url string
리턴 void

windowSelection() 공개 메소드

public windowSelection ( ) : void
리턴 void

프로퍼티 상세

addressBar 공개적으로 프로퍼티

public GameObject addressBar
리턴 GameObject

browser 공개적으로 프로퍼티

public GameObject browser
리턴 GameObject

center 공개적으로 프로퍼티

public GameObject center
리턴 GameObject

gazeCursor 공개적으로 프로퍼티

public GameObject gazeCursor
리턴 GameObject

handController 공개적으로 프로퍼티

public HandController, handController
리턴 HandController,

leftCursor 공개적으로 프로퍼티

public GameObject leftCursor
리턴 GameObject

leftEye 공개적으로 프로퍼티

public GameObject leftEye
리턴 GameObject

mouseCursor 공개적으로 프로퍼티

public GameObject mouseCursor
리턴 GameObject

overlay 공개적으로 프로퍼티

public GameObject overlay
리턴 GameObject

rightCursor 공개적으로 프로퍼티

public GameObject rightCursor
리턴 GameObject

rightEye 공개적으로 프로퍼티

public GameObject rightEye
리턴 GameObject

windows 공개적으로 프로퍼티

public Transform windows
리턴 Transform