Exemple #1
0
        } //END SetToDestroyWhenComplete

        //--------------------------------------------//
        public void PrepareForDestroy()
        //--------------------------------------------//
        {

            if( coroutine != null )
            {
                StopCoroutine( coroutine );
            }

            TweenManager.PrepareTweenForDestroy( this );

        } //END PrepareForDestroy