예제 #1
0
 private void OnDisable()
 {
     m_SteerAxis.Remove();
 }
예제 #2
0
 void OnDisable()
 {
     // The object is disabled so remove it from the cross platform input system
     m_Axis.Remove();
 }