예제 #1
0
 protected virtual void UnsubscribeButtonAxisEvent(SDK_BaseController.ButtonTypes buttonType, VRTK_ControllerEvents.AxisType axisType, ControllerInteractionEventHandler eventHandler)
 {
     controllerEvents.UnsubscribeToAxisAliasEvent(buttonType, axisType, eventHandler);
 }