C# Class OpenDiveSensor, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Afficher le fichier Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Méthodes publiques

Свойство Type Description
add_rotation_gameobject bool
nogyrotexture Texture
rotation_gameobject GameObject

Méthodes publiques

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

Private Methods

Méthode Description
DiveUpdateGyroData ( ) : void
get_error ( ) : int
get_q ( float &q0, float &q1, float &q2, float &q3 ) : int
get_q0 ( ) : float
get_q1 ( ) : float
get_q2 ( ) : float
get_q3 ( ) : float
get_version ( string msg, int maxlength ) : void
initialize_sensors ( ) : void
process ( ) : int
set_application_name ( string name ) : void
use_udp ( int switchon ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : 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

add_rotation_gameobject public_oe property

public bool add_rotation_gameobject
Résultat bool

nogyrotexture public_oe property

public Texture nogyrotexture
Résultat Texture

rotation_gameobject public_oe property

public GameObject rotation_gameobject
Résultat GameObject