C# Class OpenDiveSensor, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Mostrar archivo Open project: n1ckfg/ITP_OpenSourceAnimation Class Usage Examples

Public Properties

Property Type Description
add_rotation_gameobject bool
nogyrotexture Texture
rotation_gameobject GameObject

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method 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 method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

add_rotation_gameobject public_oe property

public bool add_rotation_gameobject
return bool

nogyrotexture public_oe property

public Texture nogyrotexture
return Texture

rotation_gameobject public_oe property

public GameObject rotation_gameobject
return GameObject