Entity.isRegistered

Set the value of a component of the entity.

struct Entity
bool
isRegistered
(
C
)
()

Return Value

Type: bool

true if the component is registered to the entity, false otherwise.

Throws

EntityException if the entity is invalid.

Meta