Ejemplo n.º 1
0
        } //END IsPaused

        //--------------------------------------------//
        /// <summary>
        /// Checks if there are any tweens that are modifying the values on your component
        /// </summary>
        /// <typeparam name="T"></typeparam>
        /// <param name="checkThis">Checks this component for any tweens that might be modifying its values</param>
        /// <returns></returns>
        public static bool IsTweenLinked<T>( this T checkThis )
        //--------------------------------------------//
        {

            return TweenManager.IsTweenLinked( checkThis );

        } //END IsTweenLinked