Exemplo n.º 1
0
 internal void setActiveOneFinger()
 {
     thisPinType = pinType.wireframe;
 }
Exemplo n.º 2
0
 internal void setActiveFourFinger()
 {
     Debug.Log("eraser mode");
     thisPinType = pinType.eraser;
     eraserAttach();
 }
Exemplo n.º 3
0
 internal void setActiveTwoFinger()
 {
     thisPinType = pinType.polymaker;
 }
Exemplo n.º 4
0
 private void setUnactive()
 {
     thisPinType = pinType.none;
     endInteraction();
     eraserDetach();
 }