コード例 #1
0
 void Update()
 {
     moveRight = MovementUtils.Move(ShouldMove(), moveRight, transform, initialX, moveAmplitude, platformMoveSpeed);
 }