C# Class GyroManager, Navi

This class extends TransformManagerInterface and is responsbile for informing the system of the current pose of the device. In this case, it uses the gyro to set rotational data.
Inheritance: TransformManagerInterface
Afficher le fichier Open project: vmohan7/Navi Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void

How to reset the position of the device

Private Methods

Méthode Description
ComputeRotation ( ) : Quaternion
ResetOrientation ( ) : void

Method to approraitiatly rotate the device and screen orientation

Update ( ) : void

Gets gyro data and uses it to update rotation relative to reset position

Method Details

Reset() public méthode

How to reset the position of the device
public Reset ( ) : void
Résultat void