Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     if (texteara == null)
     {
         texteara = GetComponentInParent <UITexteara> ();
     }
 }
Exemplo n.º 2
0
 void OnEnable()
 {
     instance = target as UITexteara;
 }