Packages

class DrawableEntity extends DrawableWrapper

DrawableWrapper extension which holds the entity UUID

Linear Supertypes
DrawableWrapper, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DrawableEntity
  2. DrawableWrapper
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. val center: Point
    Definition Classes
    DrawableEntityDrawableWrapper
  2. val entityType: ecs.entities.EntityType.Value
    Definition Classes
    DrawableEntityDrawableWrapper
  3. def getUUID: String

    Gets the uuid of the entity.

    Gets the uuid of the entity.

    returns

    The uuid.

  4. val radius: Double
    Definition Classes
    DrawableEntityDrawableWrapper
  5. val speed: (Double, Double)
    Definition Classes
    DrawableEntityDrawableWrapper