Beispiel #1
0
        public void UseTime()
        {
            if (InterpolationManager != null)
            {
                InterpolationManager.UseTime();
            }

            if (StickyManager != null)
            {
                StickyManager.UseTime();
            }

            if (ConstraintManager != null)
            {
                ConstraintManager.UseTime();
            }
        }