コード例 #1
0
        public void OnRecycled()
        {
            mTweenFactory = null;

            if (mSequence != null && mSequence.IsPlaying())
            {
                mSequence.Kill();
            }

            mSequence = null;
        }