示例#1
0
 // Use this for initialization
 void Start()
 {
     custom     = FindObjectOfType <CustomManager>();
     tpaContent = FindObjectOfType <TPAContent>();
     altered    = true;
     buttons    = new List <GameObject>();
 }
 // Use this for initialization
 void Start()
 {
     custom = FindObjectOfType<CustomManager>();
     tpaContent = FindObjectOfType<TPAContent>();
     altered = true;
     buttons = new List<GameObject>();
 }
示例#3
0
 // Use this for initialization
 void Start()
 {
     parent = FindObjectOfType <TPAContent>();
     custom = FindObjectOfType <CustomManager>();
     text   = this.GetComponentInChildren <Text>();
 }
示例#4
0
 // Use this for initialization
 void Start()
 {
     content = FindObjectOfType<TPAContent>();
 }
 // Use this for initialization
 void Start()
 {
     parent = FindObjectOfType<TPAContent>();
     custom = FindObjectOfType<CustomManager>();
     text = this.GetComponentInChildren<Text>();
 }
示例#6
0
 // Use this for initialization
 void Start()
 {
     content = FindObjectOfType <TPAContent>();
 }