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
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Свойство Type Description
alignedViewsCanvas GameObject
alignment LeapCameraAlignment,
headMount GameObject
noAlignmentCanvas GameObject
queueKey KeyCode,
rewindViewsCanvas GameObject
warpImagesCanvas GameObject

Méthodes publiques

Méthode Description
ResetState ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ResetState() public méthode

public ResetState ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

alignedViewsCanvas public_oe property

public GameObject alignedViewsCanvas
Résultat GameObject

alignment public_oe property

public LeapCameraAlignment, alignment
Résultat LeapCameraAlignment,

headMount public_oe property

public GameObject headMount
Résultat GameObject

noAlignmentCanvas public_oe property

public GameObject noAlignmentCanvas
Résultat GameObject

queueKey public_oe property

public KeyCode, queueKey
Résultat KeyCode,

rewindViewsCanvas public_oe property

public GameObject rewindViewsCanvas
Résultat GameObject

warpImagesCanvas public_oe property

public GameObject warpImagesCanvas
Résultat GameObject