Skip to content
SiteEmail

cohtml.MethodHelper

Name
List< MethodBindingInfo >GetMethodsInGameObject(GameObject gameObject)
DelegateToDelegate(MethodInfo methodInfo, object target)
Builds a Delegate instance from the supplied MethodInfo object and a target to invoke against.
static List< MethodBindingInfo > GetMethodsInGameObject(
GameObject gameObject
)
static Delegate ToDelegate(
MethodInfo methodInfo,
object target
)

Builds a Delegate instance from the supplied MethodInfo object and a target to invoke against.