Inheritance: MonoBehaviour
 // Use this for initialization
 void OnEnable()
 {
     group = GetComponent <ccCreateGroup> ();
     type  = output.obj.GetType();
 }
Example #2
0
 // Use this for initialization
 void Start()
 {
     group = GetComponent<ccCreateGroup>();
 }
 // Use this for initialization
 void Start()
 {
     group = GetComponent <ccCreateGroup>();
 }
Example #4
0
 // Use this for initialization
 void Start()
 {
     group = GetComponent<ccCreateGroup>();
     group.onRefresh+= refresh;
 }
Example #5
0
 // Use this for initialization
 void Start()
 {
     group           = GetComponent <ccCreateGroup>();
     group.onCreate += Add;
     c = baseScriptHolder.GetComponents <Component>();
 }
Example #6
0
 protected override void OnEnable()
 {
     base.OnEnable();
     group = GetComponent <ccCreateGroup>();
 }
Example #7
0
 // Use this for initialization
 void OnEnable()
 {
     group = GetComponent<ccCreateGroup> ();
     type = output.obj.GetType ();
 }
Example #8
0
 // Use this for initialization
 void Start()
 {
     group = GetComponent<ccCreateGroup>();
     group.onCreate += Add;
     c = baseScriptHolder.GetComponents<Component>();
 }
Example #9
0
 // Use this for initialization
 void Start()
 {
     group            = GetComponent <ccCreateGroup>();
     group.onRefresh += refresh;
 }