Create a ScriptMethod that will run on the script-thread

Location

Namespace
Fuse.Scripting
Package
Fuse.Scripting 2.9.1

Parameters

name

string

Name of method

method

Func<Context, T, object[], object> (Context, T, object[])

The native implementation of the method