Inheritance: MonoBehaviour
Exemplo n.º 1
0
 private void BindWithUI()
 {
     tapUI = (TapUI)FindObjectOfType(typeof(TapUI));
 }
Exemplo n.º 2
0
 void Awake()
 {
     songController = FindObjectOfType <SongController>();
     tapUI          = (TapUI)FindObjectOfType(typeof(TapUI));
     anim           = GetComponent <Animator>();
 }
Exemplo n.º 3
0
 private void BindWithUI()
 {
     tapUI = (TapUI)FindObjectOfType(typeof(TapUI));
 }