예제 #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;
 }