コード例 #1
0
 public void Update()
 {
     if (Input.GetKeyDown(KeyCode.RightArrow))
     {
         CurrentFocus.FocusRight();
     }
 }