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 289 B
import { EventSystemHook } from "../types/event-system-hook"; /** * Event system for invoking external React Unity events. * @returns The Event System hook. */ declare const useEventSystem: () => EventSystemHook; export { useEventSystem }; //# sourceMappingURL=use-event-system.d.ts.map