Packages

c

it.unibo.osmos.redux.ecs.systems

CellsEliminationSystem

case class CellsEliminationSystem() extends AbstractSystem[DeathProperty] with Product with Serializable

System managing the cells removal

Linear Supertypes
Serializable, Serializable, Product, Equals, AbstractSystem[DeathProperty], System, Observer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellsEliminationSystem
  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 CellsEliminationSystem()

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
    CellsEliminationSystemSystem