예제 #1
0
 internal static extern void PerformButtonPress(Handedness hand, SimulatedControllerPress buttonPress);
예제 #2
0
 public void PerformControllerPress(SimulatedControllerPress button)
 {
     HolographicAutomation.PerformButtonPress(m_ControllerHandednss, button);
 }