C# 클래스 TouchCubeQueues

Demo queues for TouchCube scene. Names are hard-coded -> replace with Mecanim scripting
Scene 0: Correct Alignment + Navigation Instructions (press space) Scene 1: No Alignment Scene 2: Player rescaling Scene 3: Normal Use + Help Menu
상속: MonoBehaviour
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
alignedViewsCanvas GameObject
alignment LeapCameraAlignment,
headMount GameObject
noAlignmentCanvas GameObject
queueKey KeyCode,
rewindViewsCanvas GameObject
warpImagesCanvas GameObject

공개 메소드들

메소드 설명
ResetState ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

ResetState() 공개 메소드

public ResetState ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

alignedViewsCanvas 공개적으로 프로퍼티

public GameObject alignedViewsCanvas
리턴 GameObject

alignment 공개적으로 프로퍼티

public LeapCameraAlignment, alignment
리턴 LeapCameraAlignment,

headMount 공개적으로 프로퍼티

public GameObject headMount
리턴 GameObject

noAlignmentCanvas 공개적으로 프로퍼티

public GameObject noAlignmentCanvas
리턴 GameObject

queueKey 공개적으로 프로퍼티

public KeyCode, queueKey
리턴 KeyCode,

rewindViewsCanvas 공개적으로 프로퍼티

public GameObject rewindViewsCanvas
리턴 GameObject

warpImagesCanvas 공개적으로 프로퍼티

public GameObject warpImagesCanvas
리턴 GameObject