execute method

  1. @override
void execute(
  1. double delta
)
override

Execute the System.

Implementation

@override
void execute(double delta) {
  throw Exception('RenderSystem.execute is not supported in flame_oxygen');
}