Ejemplo n.º 1
0
 public void Paint(Color color, bool truePart)
 {
     renderer.material.color = color;
     painted = true;
     if (truePart)
     {
         parent.ControllTorusParts();
     }
 }