UnityEngine.Events.UnityEvent.FindMethod_Impl C# (CSharp) Method

FindMethod_Impl() protected method

protected FindMethod_Impl ( string name, object targetObj ) : MethodInfo
name string
targetObj object
return System.Reflection.MethodInfo
        protected override MethodInfo FindMethod_Impl(string name, object targetObj)
        {
            return UnityEventBase.GetValidMethodInfo(targetObj, name, new System.Type[0]);
        }