コード例 #1
0
 void FixedUpdate()
 {
     RigidBody.ApplySpeed(new Vector2(toRight ? moveSpeed : -moveSpeed, 0));
 }