Example #1
0
    public void AddSliderListener(string childName, UnityAction <float> action)
    {
        UIBehaviours tmpBehaviours = GetBehaviours(childName);

        if (tmpBehaviours != null)
        {
            tmpBehaviours.AddSliderListener(action);
        }
    }
Example #2
0
    public void AddSliderLisenter(string childName, UnityAction <float> action)
    {
        UIBehaviours tmpBahavriou = GetBehavirous(childName);

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