MCPcopy Create free account
hub / github.com/Tencent/xLua / ItfD

Interface ItfD

Assets/XLua/Tutorial/CSharpCallLua/CSCallLua.cs:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 [CSharpCallLua]
56 public interface ItfD
57 {
58 int f1 { get; set; }
59 int f2 { get; set; }
60 int add(int a, int b);
61 }
62
63 [CSharpCallLua]
64 public delegate int FDelegate(int a, string b, out DClass c);

Callers 1

StartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected