menu
dartemis package
documentation
dartemis.dart
EntitySystem
checkProcessing method
checkProcessing method
dark_mode
light_mode
checkProcessing
method
bool
checkProcessing
(
)
Returns true if the system should be processed, false if not.
Implementation
bool checkProcessing() => true;
dartemis package
documentation
dartemis
EntitySystem
checkProcessing method
EntitySystem class