Example #1
0
 private void SetButtonText()
 {
     switchBehaviour.transform.GetChild(0).
     GetComponent <TextMeshProUGUI>().text = context.GetBehaviour().ToString();
 }