Beispiel #1
0
 private void OnEnable()
 {
     _textField = GetComponent <TMP_Text>();
     _floatValue.AddListener(UpdateValue);
 }