isActive method

bool isActive(
  1. int entityId
)

Check if this entity is active. Active means the entity is being actively processed.

Implementation

bool isActive(int entityId) => _entities[entityId];