menu
dartemis package
documentation
dartemis.dart
Mapper<T extends Component>
has method
has method
dark_mode
light_mode
has
method
bool
has
(
int
entity
)
Checks if the entity has this type of component.
Implementation
bool has(int entity) => getSafe(entity) != null;
dartemis package
documentation
dartemis
Mapper<T extends Component>
has method
Mapper class