Namespace LuauInterop.Runtime
Classes
- LuauCallback
A C# function exposed to Luau.
- LuauDelegate
Wraps any C# delegate for use as a Luau function. Handles argument marshalling and return value pushing automatically.
Enums
Delegates
- LuauCallback.NativeDelegate
The native delegate that wraps the managed function.