Example #1
0
 public static extern Holoever_Pose GetPoseByDeviceType(HoloeverDeviceType type);
Example #2
0
 // 手柄Pose
 public static Holoever_Pose GetPoseByDeviceType(HoloeverDeviceType type)
 {
     return(new Holoever_Pose());
 }
Example #3
0
 public static Holoever_ControllerStates GetControllerStates(HoloeverDeviceType type)
 {
     return(new Holoever_ControllerStates());
 }
Example #4
0
 public static extern Holoever_ControllerStates GetControllerStates(HoloeverDeviceType type);