Example #1
0
    public void AddInputFiledLisenter(string objName, UnityAction <string> action)
    {
        UIBehaviours tmpBehavrours = GetUIComponent <UIBehaviours>(objName);

        if (tmpBehavrours != null)
        {
            tmpBehavrours.AddInputFiledLisenter(action);
        }
    }