shouldRun method

  1. @override
bool shouldRun(
  1. World world
)

Returns true if this system should run, based on its runCondition.

Implementation

@override
bool shouldRun(World world) => true;