cohtml.MethodHelper
On this page
Public Functions
Name | |
---|---|
List< MethodBindingInfo > | GetMethodsInGameObject(GameObject gameObject) |
Delegate | ToDelegate(MethodInfo methodInfo, object target) Builds a Delegate instance from the supplied MethodInfo object and a target to invoke against. |
Public Functions Documentation
function GetMethodsInGameObject
static List< MethodBindingInfo > GetMethodsInGameObject(
GameObject gameObject
)
function ToDelegate
static Delegate ToDelegate(
MethodInfo methodInfo,
object target
)
Builds a Delegate instance from the supplied MethodInfo object and a target to invoke against.