menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
IsAppSystemManagable<T extends App<T>, E extends ECSBase<T>>
hasSystem<S extends AppSystem<T>> method
hasSystem<S extends AppSystem<T>> method
dark_mode
light_mode
hasSystem<
S extends AppSystem<
T
>
>
method
bool
hasSystem
<
S extends AppSystem<
T
>
>(
)
Implementation
bool hasSystem<S extends AppSystem<T>>() => _systems.any((s) => s is S);
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
IsAppSystemManagable<T extends App<T>, E extends ECSBase<T>>
hasSystem<S extends AppSystem<T>> method
IsAppSystemManagable mixin