ScriptMethod Constructor (string, Func<Context, T, object[], object> (Context, T, object[]))
Create a ScriptMethod that will run on the script-thread
Location
- Namespace
- Fuse.Scripting
- Package
- Fuse.Scripting 2.9.1
Parameters
- name
-
Name of method
- method
-
Func<Context, T, object[], object> (Context, T, object[])
The native implementation of the method