コード例 #1
0
        void Start()
        {
            _instance = this;

            tr_zhizehn       = zhizhen.GetComponent <TweenRotation>();
            tr_dongwu        = m_gAnimalParent.GetComponent <TweenRotation>();
            tp_enjoyGameType = enjoyGameType.GetComponent <TweenPosition>();
            m_tEnjoyGameType = enjoyGameType.GetComponent <UITexture>();
        }
コード例 #2
0
 void OnDestroy()
 {
     _instance = null;
 }