We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0ba44 commit b4b6a0fCopy full SHA for b4b6a0f
source/models/unityContext.ts
@@ -51,7 +51,7 @@ export default class UnityContext {
51
}
52
53
/**
54
- * Quits the Unity Instance and removes it from memory.
+ * Quits the Unity Instance and clears it from memory.
55
*/
56
public quitUnityInstance(): void {
57
if (typeof this.unityInstance !== "undefined")
0 commit comments