Conversions

class Object
trait Matchable
class Any

Value members

Concrete fields

final lazy val Conversion_Entity_Seq: Conversion[Entity, Seq[Entity]]

This conversion enable the removal of a single entity from the world with the following syntax:

This conversion enable the removal of a single entity from the world with the following syntax:

remove { entity1 } from world

Givens

Givens

given componentToClist[C <: Component]: Conversion[C, C &: CNil]

This conversion enable the removal of a single component from an entity with the following syntax:

This conversion enable the removal of a single component from an entity with the following syntax:

remove { Component() } from entity1