Ejemplo n.º 1
0
 public void Start()
 {
     _currentSelectedTool = _toolBrush;
 }
Ejemplo n.º 2
0
 public void SetToolEraser()
 {
     this._currentSelectedTool = _toolEraser;
 }
Ejemplo n.º 3
0
 public void SetToolHeight()
 {
     this._currentSelectedTool = _toolHeight;
 }
Ejemplo n.º 4
0
 public void SetToolBrush()
 {
     this._currentSelectedTool = _toolBrush;
 }