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
Mostra 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_oe property

public GameObject alignedViewsCanvas
return GameObject

alignment public_oe property

public LeapCameraAlignment, alignment
return LeapCameraAlignment,

headMount public_oe property

public GameObject headMount
return GameObject

noAlignmentCanvas public_oe property

public GameObject noAlignmentCanvas
return GameObject

queueKey public_oe property

public KeyCode, queueKey
return KeyCode,

rewindViewsCanvas public_oe property

public GameObject rewindViewsCanvas
return GameObject

warpImagesCanvas public_oe property

public GameObject warpImagesCanvas
return GameObject