Esempio n. 1
0
        void FixedUpdate()
        {
            isDrawPhase = false;

            if (Application.isPlaying)
            {
                input.DoUpdate();
                touchController.DoUpdate();
                updateEvent.Dispatch();
            }
        }