コード例 #1
0
 public void Start()
 {
     actionhandler = GameObject.Find("MouseAction").GetComponent <MouseActions>();
 }
コード例 #2
0
 public void Start()
 {
     actionhandler = GameObject.Find("MouseAction").GetComponent<MouseActions>();
 }