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

Class CSharpCallLuaAttribute

Assets/XLua/Src/GenAttributes.cs:40–42  ·  view source on GitHub ↗

生成CSharp调用Lua,加这标签 [AttributeUsage(AttributeTargets.Delegate | AttributeTargets.Interface)]

Source from the content-addressed store, hash-verified

38 //生成CSharp调用Lua,加这标签
39 //[AttributeUsage(AttributeTargets.Delegate | AttributeTargets.Interface)]
40 public class CSharpCallLuaAttribute : Attribute
41 {
42 }
43
44 //如果某属性、方法不需要生成,加这个标签
45 public class BlackListAttribute : Attribute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected