MovementAction
io.github.srs.model.entity.dynamicentity.action.MovementAction
final case class MovementAction[F[_]] extends Action[F]
MovementAction represents a dynamic-entity movement action characterized by the speeds applied to the left and right wheels.
Type parameters
- E
-
the type of dynamic entity on which the action is performed, extending DynamicEntity.
- F
-
the effect type of the action.
Value parameters
- leftSpeed
-
the speed to apply to the left wheel.
- rightSpeed
-
the speed to apply to the right wheel.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Action[F]class Objecttrait Matchableclass Any
Members list
In this article