Packages

c

it.unibo.osmos.redux.ecs.systems

MovementSystem

case class MovementSystem() extends AbstractSystem[MovableProperty] with Product with Serializable

System manging cell movement based on their acceleration and speed

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractSystem[MovableProperty], System, Observer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MovementSystem
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AbstractSystem
  7. System
  8. Observer
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MovementSystem()

Value Members

  1. def notify(event: EntityManagerEvent): Unit
    Definition Classes
    AbstractSystemObserver
  2. def update(): Unit

    Performs an action on all the entities of the system

    Performs an action on all the entities of the system

    Definition Classes
    MovementSystemSystem