C# Class MyoManager, MyoUnityAndroidPlugin

Inheritance: MonoBehaviour
ファイルを表示 Open project: f-strieg/MyoUnityAndroidPlugin Class Usage Examples

Public Properties

Property Type Description
instance MyoManager,

Public Methods

Method Description
AttachToAdjacent ( ) : void
GetIsAttached ( ) : bool
GetIsInitialized ( ) : bool
GetQuaternion ( ) : Quaternion
Initialize ( ) : void
OnArmSync ( string message ) : void
OnArmUnsync ( string message ) : void
OnAttach ( string message ) : void
OnConnect ( string message ) : void
OnDetach ( string message ) : void
OnDisconnect ( string message ) : void
OnLock ( string message ) : void
OnOrientationData ( string message ) : void
OnPose ( string message ) : void
OnUnlock ( string message ) : void
Uninitialize ( ) : void
VibrateForLength ( MyoVibrateLength length ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

AttachToAdjacent() public static method

public static AttachToAdjacent ( ) : void
return void

GetIsAttached() public static method

public static GetIsAttached ( ) : bool
return bool

GetIsInitialized() public static method

public static GetIsInitialized ( ) : bool
return bool

GetQuaternion() public static method

public static GetQuaternion ( ) : Quaternion
return Quaternion

Initialize() public static method

public static Initialize ( ) : void
return void

OnArmSync() public method

public OnArmSync ( string message ) : void
message string
return void

OnArmUnsync() public method

public OnArmUnsync ( string message ) : void
message string
return void

OnAttach() public method

public OnAttach ( string message ) : void
message string
return void

OnConnect() public method

public OnConnect ( string message ) : void
message string
return void

OnDetach() public method

public OnDetach ( string message ) : void
message string
return void

OnDisconnect() public method

public OnDisconnect ( string message ) : void
message string
return void

OnLock() public method

public OnLock ( string message ) : void
message string
return void

OnOrientationData() public method

public OnOrientationData ( string message ) : void
message string
return void

OnPose() public method

public OnPose ( string message ) : void
message string
return void

OnUnlock() public method

public OnUnlock ( string message ) : void
message string
return void

Uninitialize() public static method

public static Uninitialize ( ) : void
return void

VibrateForLength() public static method

public static VibrateForLength ( MyoVibrateLength length ) : void
length MyoVibrateLength
return void

Property Details

instance public_oe static_oe property

public static MyoManager, instance
return MyoManager,