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 558c964 commit cafc343Copy full SHA for cafc343
module/source/types/unity-provider.d.ts
@@ -1,6 +1,13 @@
1
import { UnityConfig } from "./unity-config";
2
import { UnityInstance } from "./unity-instance";
3
4
+/**
5
+ * The UnityProvider interface defines the properties and methods required to
6
+ * create and manage a Unity instance within a React application. It is used for
7
+ * internal management of the Unity instance and provides methods to interact
8
+ * with the Unity instance, such as setting the loading progression, handling
9
+ * fullscreen requests, and managing the Unity instance's state.
10
+ */
11
type UnityProvider = Pick<
12
UnityConfig,
13
| "loaderUrl"
0 commit comments