C# 클래스 ManusMachina.Manus

ManusController class to load/unload Manus library. To be assigned to an empty GameObject
파일 보기 프로젝트 열기: ManusVR/Manus-Unity 1 사용 예제들

비공개 메소드들

메소드 설명
ManusCalibrate ( GLOVE_HAND hand, bool gyro = true, bool accel = true, bool fingers = false ) : int
ManusExit ( ) : int
ManusGetData ( GLOVE_HAND hand, GLOVE_DATA &data, uint timeout ) : int
ManusGetSkeletal ( GLOVE_HAND hand, GLOVE_SKELETAL &model, uint timeout ) : int
ManusInit ( ) : int
ManusSetHandedness ( GLOVE_HAND hand, bool right_hand ) : int
ManusSetVibration ( GLOVE_HAND hand, float power ) : int