clear method

EntityManager clear()

Clears the internal state of this entity manager.

Implementation

EntityManager clear() {
	entities.length = 0;
	_messageDispatcher.clear();
	return this;
}