Пример #1
0
        // ***********************************************************************************
        // CONSTRUCTOR
        // ***********************************************************************************

        /// <summary>
        /// Creates a new TweenInfo object.
        /// </summary>
        public TweenInfo(ABSTweenComponent tween)
        {
            this.tween = tween;
            isSequence = (tween is Sequence);
            targets    = tween.GetTweenTargets();
        }
Пример #2
0
        // ***********************************************************************************
        // CONSTRUCTOR
        // ***********************************************************************************

        /// <summary>
        /// Creates a new TweenInfo object.
        /// </summary>
        public TweenInfo(ABSTweenComponent tween)
        {
            this.tween = tween;
            isSequence = (tween is Sequence);
            targets = tween.GetTweenTargets();
        }