removeEntity abstract method

Future removeEntity(
  1. ThermionEntity entity
)

Removes/destroys the specified entity from the scene. entity will no longer be a valid handle after this method is called; ensure you immediately discard all references once this method is complete.

Implementation

Future removeEntity(ThermionEntity entity);