ig.

SpawnerFast

new SpawnerFast()

Spawner that removes some spawner functionality for speed, such as spawn targets. IMPORTANT: this is an abstract entity that should be extended.

Author:
  • Collin Hover - collinhover.com
Source:

spawned()

Fast spawners only link spawned on first create and assume they will always return to spawner.

Source:

spawnNext()

Fast spawners remove some spawner functionality for speed, such direct spawning.

Source:

unspawn()

Fast spawners do not unlink spawned each unspawn and assume it is always safe to push entities back into pool.

Source: