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