using System; using System.Collections.Generic; using System.Linq; using UnityEngine; using UnityEngine.UI; using UVC.Extension; namespace Simulator.UI { public class ControlButtons : MonoBehaviour { private Dictionary buttons = new Dictionary(); // Start is called once before the first execution of Update after the MonoBehaviour is created public void Init() { var buttons = transform.GetChildren