Function World.spawn
Spawn a new entity given a set of Component
instances.
void spawn(T...)
(
T components
)
if (components .length && allSatisfy!(storableAsComponent, T));
Spawn a new entity given a set of Component
instances.
void spawn(T...)
(
T components
)
if (components .length && allSatisfy!(storableAsComponent, T));