コード例 #1
0
 void FlashlightRelease()
 {
     ControllerInput.SimulateInput(XboxButton.RightStickClick, 0);
 }
コード例 #2
0
 void FlashlightPress()
 {
     ControllerInput.SimulateInput(XboxButton.RightStickClick, 1);
 }