class DrawableEntity extends DrawableWrapper
DrawableWrapper extension which holds the entity UUID
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DrawableEntity
- DrawableWrapper
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
DrawableEntity(uuid: String, center: Point, radius: Double, speed: (Double, Double), entityType: ecs.entities.EntityType.Value)
- uuid
the entity UUID
- center
the entity center
- radius
the entity radius
- speed
the entity speed
- entityType
the entity type
Value Members
-
val
center: Point
- Definition Classes
- DrawableEntity → DrawableWrapper
-
val
entityType: ecs.entities.EntityType.Value
- Definition Classes
- DrawableEntity → DrawableWrapper
-
def
getUUID: String
Gets the uuid of the entity.
Gets the uuid of the entity.
- returns
The uuid.
-
val
radius: Double
- Definition Classes
- DrawableEntity → DrawableWrapper
-
val
speed: (Double, Double)
- Definition Classes
- DrawableEntity → DrawableWrapper