C# Class 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
Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
alignedViewsCanvas GameObject
alignment LeapCameraAlignment,
headMount GameObject
noAlignmentCanvas GameObject
queueKey KeyCode,
rewindViewsCanvas GameObject
warpImagesCanvas GameObject

Public Methods

Method Description
ResetState ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ResetState() public method

public ResetState ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

alignedViewsCanvas public property

public GameObject alignedViewsCanvas
return GameObject

alignment public property

public LeapCameraAlignment, alignment
return LeapCameraAlignment,

headMount public property

public GameObject headMount
return GameObject

noAlignmentCanvas public property

public GameObject noAlignmentCanvas
return GameObject

queueKey public property

public KeyCode, queueKey
return KeyCode,

rewindViewsCanvas public property

public GameObject rewindViewsCanvas
return GameObject

warpImagesCanvas public property

public GameObject warpImagesCanvas
return GameObject