public ToolBox() : base(typeof(ToolBoxUI)) { instance = this; ui = uistate as ToolBoxUI; toolLineProperty = new ToolLineProperty(); toolSetting = new ToolSetting(); toolImage = new ToolImage(); flyCam = new FlyCam(); toolShape = new ToolShape(); SelectedTool = ToolType.None; }
public ToolBoxUI(UserInterface ui) : base(ui) { instance = this; }