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