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