A World represents a collection of Entitys and can be queried using a Query.
World
Entity
Query
Returns whether World.destroy has been called on the world.
World.destroy
true if the world was destroyed, false otherwise.
true
false
Destorys the world, including all Entitys and Querys that are part of it.
The world cannot be used after.
Generated using TypeDoc
A
Worldrepresents a collection ofEntitys and can be queried using aQuery.