io.github.srs.model.entity.staticentity
Members list
Packages
Type members
Classlikes
enum StaticEntity(val position: Point2D, val orientation: Orientation) extends Entity
Represents a static entity in a two-dimensional space.
Represents a static entity in a two-dimensional space.
A static entity is characterized by its position, orientation, and shape.
Attributes
object StaticEntity
Companion object for StaticEntity, providing factory methods for creating instances.
Companion object for StaticEntity, providing factory methods for creating instances.
Attributes
- Companion
- enum
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
StaticEntity.type
In this article