示例#1
0
        private void FixedUpdate()
        {
            if (this.HasDestroyed())
            {
                return;
            }

            mEngineLoop.FixedUpdate(Time.fixedDeltaTime);
        }