Ejemplo n.º 1
0
 private void On_BText_BUIElementDisabled(BUIElement obj)
 {
     StopCoroutineIfRunning(WriteTextEnumerator);
 }
Ejemplo n.º 2
0
 private void On_BText_BUIElementEnabled(BUIElement obj)
 {
     StartNewCoroutine(ref WriteTextEnumerator, WriteTextCoroutine());
 }