コード例 #1
0
        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;
        }
コード例 #2
0
 public ToolBoxUI(UserInterface ui) : base(ui)
 {
     instance = this;
 }