io.github.srs.model.entity.dynamicentity.DynamicEntity
See theDynamicEntity companion object
trait DynamicEntity extends Entity
Represents a dynamic entity. A dynamic entity is an entity that can change its state over time.
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Abstract methods
Returns the sequence of actuators that can act upon a dynamic entity.
Returns the sequence of actuators that can act upon a dynamic entity.
Attributes
- Returns
-
the sequence of actuators.
Returns the sequence of sensors that can sense the environment for a dynamic entity.
Returns the sequence of sensors that can sense the environment for a dynamic entity.
Attributes
- Returns
-
the sequence of sensors.
Inherited and Abstract methods
The unique identifier for the entity.
The unique identifier for the entity.
Attributes
- Returns
-
a unique identifier UUID.
- Inherited from:
- Entity
The orientation of the entity in 2D space.
The orientation of the entity in 2D space.
Attributes
- Returns
-
an Orientation representing the angle or facing direction of this entity.
- Inherited from:
- Entity
In this article