コード例 #1
0
 public void Transition(e_step _step)
 {
     transitionText.text = _step.ToString();
     transition.Anim();
 }