Version: 2020.1

UnityEventBase.GetValidMethodInfo

切换到手册
public static Profiling.FrameDataView.MethodInfo GetValidMethodInfo (object obj, string functionName, Type[] argumentTypes);

参数

obj 用于搜索方法的对象。
functionName 要搜索的函数名称。
argumentTypes 函数的参数类型。

描述

提供了对象、函数名称和参数类型列表;找到匹配的方法。


public static Profiling.FrameDataView.MethodInfo GetValidMethodInfo (Type objectType, string functionName, Type[] argumentTypes);

参数

objectType Object type to search for the method.
functionName 要搜索的函数名称。
argumentTypes 函数的参数类型。

描述

Given an object type, function name, and a list of argument types; find the method that matches.