Ejemplo n.º 1
0
 void Awake()
 {
     _instance = this;
     this.gameObject.SetActive(false);
 }
Ejemplo n.º 2
0
 //监听三个动画,在方法启动时开始播放三个动画
 void Awake()
 {
     _instance = this;
     //this.gameObject.SetActive(true);
 }
Ejemplo n.º 3
0
 void Start()
 {
     instance = this;
     gameObject.SetActive(false);
 }
Ejemplo n.º 4
0
 void Awake()
 {
     _vS = this;
 }
Ejemplo n.º 5
0
 void Awake()
 {
     vs = this;
     //this.gameObject.SetActive(false);
 }
Ejemplo n.º 6
0
 void Awake()
 {
     _instance = this;
     this.gameObject.SetActive(false);
 }