cohtml.MethodHelper
Public Functions
Section titled “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
Section titled “Public Functions Documentation”function GetMethodsInGameObject
Section titled “function GetMethodsInGameObject”static List< MethodBindingInfo > GetMethodsInGameObject( GameObject gameObject)function ToDelegate
Section titled “function ToDelegate”static Delegate ToDelegate( MethodInfo methodInfo, object target)Builds a Delegate instance from the supplied MethodInfo object and a target to invoke against.
© 2026 Coherent Labs. All rights reserved.