UNPKG

react-unity-webgl

Version:

React Unity WebGL provides a modern solution for embedding Unity WebGL builds in your React Application while providing advanced APIs for two way communication and interaction between Unity and React.

7 lines 260 B
/** * Banners can be used to display non-critical warnings and error messages from * the Unity Instance. */ type UnityInstanceBannerType = "error" | "warning"; export type { UnityInstanceBannerType }; //# sourceMappingURL=unity-instance-banner-type.d.ts.map