Exemplo n.º 1
0
        void OnDisable()
        {
            // remove the joysticks from the cross platform input
            if (m_UseX)
            {
                m_HorizontalVirtualAxis.Remove();
            }

            if (m_UseY)
            {
                m_VerticalVirtualAxis.Remove();
            }
        }
Exemplo n.º 2
0
 void OnDisable()
 {
     // The object is disabled so remove it from the cross platform input system
     _mAxis.Remove();
 }
Exemplo n.º 3
0
 private void OnDisable()
 {
     m_SteerAxis.Remove();
 }