이름 | 설명 |
---|---|
CSharpFunctionPage | Shows how to expose C# methods to a Lua script, and call these. |
EventHandlingPage | Shows how to register a Lua event handler to a C# event. |
ExpressionPage | Shows how to run a Lua script from C# and get back the result. |
LuaFunctionPage | Shows how to provide parameters to a Lua function from C#, call it, and get the result back. |
ObjectSharingPage | Shows how to expose a C# instance to a Lua script, how the script accesses and manipulates that instance. |