コード例 #1
0
 private void AxisButtonDownMovement(GameboyAxisButtonType butonDir)
 {
     backgroundMoveState = true;
 }
コード例 #2
0
 private void AxisButtonUpMovement(GameboyAxisButtonType butonDir)
 {
     backgroundMoveState = false;
 }
コード例 #3
0
 private void ButtonRight(GameboyAxisButtonType butonDir)
 {
 }
コード例 #4
0
 private void ButtonLeft(GameboyAxisButtonType butonDir)
 {
 }
コード例 #5
0
 private void ButtonDown(GameboyAxisButtonType butonDir)
 {
 }
コード例 #6
0
 private void ButtonUpMovement(GameboyAxisButtonType butonDir)
 {
     animator.SetBool("Walk", false);
 }
コード例 #7
0
 private void ButtonDownMovement(GameboyAxisButtonType butonDir)
 {
     animator.SetBool("Walk", true);
 }