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.

8 lines 276 B
import { EventSystem } from "../types/event-system"; /** * Event system for invoking external React Unity events. * @returns The Event System hook. */ declare const useEventSystem: () => EventSystem; export { useEventSystem }; //# sourceMappingURL=use-event-system.d.ts.map