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