C# Class TangoPoseController, beerpong

This is a basic movement controller based on pose estimation returned from the Tango Service.
Inheritance: MonoBehaviour, ITangoLifecycle, ITangoPose
Afficher le fichier Open project: ashomk/beerpong Class Usage Examples

Méthodes publiques

Méthode Description
Awake ( ) : void

Initialize the controller.

OnApplicationPause ( bool pauseStatus ) : void

Unity callback when application is paused.

OnTangoPoseAvailable ( Tango pose ) : void

Handle the callback sent by the Tango Service when a new pose is sampled.

Start ( ) : void

Start this instance.

Method Details

Awake() public méthode

Initialize the controller.
public Awake ( ) : void
Résultat void

OnApplicationPause() public méthode

Unity callback when application is paused.
public OnApplicationPause ( bool pauseStatus ) : void
pauseStatus bool The pauseStatus as reported by Unity.
Résultat void

OnTangoPoseAvailable() public méthode

Handle the callback sent by the Tango Service when a new pose is sampled.
public OnTangoPoseAvailable ( Tango pose ) : void
pose Tango Pose from Tango.
Résultat void

Start() public méthode

Start this instance.
public Start ( ) : void
Résultat void