AGS.Plugin.Lua.SimpleLuaValueEditor.SimpleLuaValueEditor C# (CSharp) Méthode

SimpleLuaValueEditor() public méthode

public SimpleLuaValueEditor ( LuaForAGSEditorComponent component, AGS.Plugin.Lua.VisualLuaTableValue parentTable, VisualLuaValueType newValueType ) : System
component LuaForAGSEditorComponent
parentTable AGS.Plugin.Lua.VisualLuaTableValue
newValueType VisualLuaValueType
Résultat System
        public SimpleLuaValueEditor(LuaForAGSEditorComponent component, VisualLuaTableValue parentTable, VisualLuaValueType newValueType)
        {
            this.component = component;
            this.creatingType = newValueType;
            this.parentTable = parentTable;
            InitializeComponent();
        }