示例#1
0
 public void Start()
 {
     _currentSelectedTool = _toolBrush;
 }
示例#2
0
 public void SetToolEraser()
 {
     this._currentSelectedTool = _toolEraser;
 }
示例#3
0
 public void SetToolHeight()
 {
     this._currentSelectedTool = _toolHeight;
 }
示例#4
0
 public void SetToolBrush()
 {
     this._currentSelectedTool = _toolBrush;
 }