Exemple #1
0
        public void AddSliderListener(string componentName, UnityAction <float> action)
        {
            UIBehaviour tmp = GetGameObject <UIBehaviour>(componentName);

            if (tmp != null)
            {
                tmp.AddSliderListener(action);
            }
        }