C# 클래스 MyoManager, MyoUnityAndroidPlugin

상속: MonoBehaviour
파일 보기 프로젝트 열기: f-strieg/MyoUnityAndroidPlugin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
instance MyoManager,

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

AttachToAdjacent() 공개 정적인 메소드

public static AttachToAdjacent ( ) : void
리턴 void

GetIsAttached() 공개 정적인 메소드

public static GetIsAttached ( ) : bool
리턴 bool

GetIsInitialized() 공개 정적인 메소드

public static GetIsInitialized ( ) : bool
리턴 bool

GetQuaternion() 공개 정적인 메소드

public static GetQuaternion ( ) : Quaternion
리턴 Quaternion

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

OnArmSync() 공개 메소드

public OnArmSync ( string message ) : void
message string
리턴 void

OnArmUnsync() 공개 메소드

public OnArmUnsync ( string message ) : void
message string
리턴 void

OnAttach() 공개 메소드

public OnAttach ( string message ) : void
message string
리턴 void

OnConnect() 공개 메소드

public OnConnect ( string message ) : void
message string
리턴 void

OnDetach() 공개 메소드

public OnDetach ( string message ) : void
message string
리턴 void

OnDisconnect() 공개 메소드

public OnDisconnect ( string message ) : void
message string
리턴 void

OnLock() 공개 메소드

public OnLock ( string message ) : void
message string
리턴 void

OnOrientationData() 공개 메소드

public OnOrientationData ( string message ) : void
message string
리턴 void

OnPose() 공개 메소드

public OnPose ( string message ) : void
message string
리턴 void

OnUnlock() 공개 메소드

public OnUnlock ( string message ) : void
message string
리턴 void

Uninitialize() 공개 정적인 메소드

public static Uninitialize ( ) : void
리턴 void

VibrateForLength() 공개 정적인 메소드

public static VibrateForLength ( MyoVibrateLength length ) : void
length MyoVibrateLength
리턴 void

프로퍼티 상세

instance 공개적으로 정적으로 프로퍼티

public static MyoManager, instance
리턴 MyoManager,