Exemplo n.º 1
0
 public void OnDisable()
 {
     if (ApplyForceAction == null)
     {
         return;
     }
     ApplyForceAction.RemoveOnChangeListener(OnAxisValueChanged, Hand);
 }