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 4c7e28f commit 424a5c1Copy full SHA for 424a5c1
module/declarations/unity-module.d.ts
@@ -19,10 +19,4 @@ declare type UnityModule = {
19
* A reference to the Unity Instance's Canvas.
20
*/
21
canvas?: HTMLCanvasElement;
22
-
23
- /**
24
- * A reference to the injected React Unity WebGL Module. This Module can be
25
- * installed optionally into the Unity
26
- */
27
- reactUnityWebGL?: ReactUnityWebGLModule;
28
};
0 commit comments