EntityManager.hasComponent

Checks if an entity owns a specific component.

class EntityManager
@nogc
bool
hasComponent
(
C
)
(
in ref Entity entity
)

Meta