Method IsImmersiveSpaceReady
IsImmersiveSpaceReady()
Determine whether the immersive space for the app is ready. Return true in the Editor for testing purposes.
Declaration
public static bool IsImmersiveSpaceReady()
Returns
Type | Description |
---|---|
bool | true if the immersive space is ready (or in the Editor when targeting visionOS). Otherwise, false. |