EntitiesFromWorld

case class EntitiesFromWorld(entities: Seq[Entity]) extends From[World, Unit]

This case class enables the following syntax:

 * remove (entity1) from world
 * remove (Seq(myEntity1, myEntity2)) from world
trait Serializable
trait Product
trait Equals
trait From[World, Unit]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def from(world: World): Unit
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product