コード例 #1
0
 public ButtonInputListenerNode(LuaTable properties) : this() => this.InitFromLuaPropertyTable(Script.CurrentScript.State, properties);
コード例 #2
0
ファイル: TextNode.cs プロジェクト: conariumsoft/JFramework
 // Lua Constructor Syntax Sugar
 public TextNode(LuaTable properties) : this() => this.InitFromLuaPropertyTable(Script.CurrentScript.State, properties);
コード例 #3
0
 public OutlineRectBorderNode(LuaTable properties) : this() => this.InitFromLuaPropertyTable(Script.CurrentScript.State, properties);