예제 #1
0
 void DeactivateButton()
 {
     activeButton.onRelease(); //update button state
     activeButton = null;      //stop pointing at this button
 }
예제 #2
0
파일: Hand_scr.cs 프로젝트: brimism/LatinVR
 void DeactivateButton()
 {
     active_button.onRelease();
     active_button = null;
 }