dispose static method

void dispose()

Dispose of resources.

Call when completely done with the engine.

Implementation

static void dispose() {
  RagEngine.dispose();
  _engine = null;
  _instance = null;
}