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;
}
Dispose of resources.
Call when completely done with the engine.
static void dispose() {
RagEngine.dispose();
_engine = null;
_instance = null;
}