コード例 #1
0
ファイル: Scene_Hands.cs プロジェクト: brimism/LatinVR
 void ClickButton()
 {
     activeButton.onClick();                                            //update button state
     hit.transform.gameObject.GetComponent <Button>().onClick.Invoke(); //invoke the button component
 }
コード例 #2
0
ファイル: Hand_scr.cs プロジェクト: brimism/LatinVR
 void ClickButton()
 {
     active_button.onClick();
     hit.transform.gameObject.GetComponent <Button>().onClick.Invoke();
 }