Function World.addEntity

Creates and adds a new entity, optionally with a parent.

Entity addEntity(
  Entity parent = null
);