menu
dartemis package
documentation
dartemis.dart
OptionalMapper<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) => this[entity] != null;
dartemis package
documentation
dartemis
OptionalMapper<T extends Component>
has method
OptionalMapper class