Exemple #1
0
        //---------------------------------------------------------------
        #endregion
        //---------------------------------------------------------------

        //---------------------------------------------------------------
        #region Initialisation
        //---------------------------------------------------------------
        /// <summary>
        /// Creates a new instance of an <see cref="FadePlayer"/>.
        /// </summary>
        public FadePlayer(AnimationClip[] clips)
        {
            playerA = new AnimationPlayer(clips);
            playerB = new AnimationPlayer(clips);
        }