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