예제 #1
0
 private void ListenToInputs()
 {
     InputController.TextInput.onValueChanged.AddListener(SetText);
     InputController.AddExplodeButtonDownEvent(delegate { AnimateEachExplode(); });
     InputController.AddExplodeButtonUpEvent(delegate { AnimateRetract(); });
 }