despawn method

void despawn()

Queues despawning entity.

Implementation

void despawn() {
  _commands.despawn(entity);
}