CSharp.lua icon indicating copy to clipboard operation
CSharp.lua copied to clipboard

how to use class and methods exported in c

Open wu162 opened this issue 1 year ago • 1 comments

I embed a lua engine(LuaBridge3) in my c++ application, and export c++ class and methods. I want to use this CSharp.lua, what should I do

wu162 avatar May 13 '24 11:05 wu162

CSharp.lua just convert C# code to lua code.

yanghuan avatar May 27 '24 06:05 yanghuan