Ejemplo n.º 1
0
        public void ClearJoyStickBeginListener()
        {
            JoyStick stk = transform.GetComponent <JoyStick>();

            if (stk != null)
            {
                stk.ClearJoyStickBeginListener();
            }
        }