public sealed interface SpatialCapabilities
Provides information and functionality related to the spatial capabilities of the application.
Properties
isSpatialUiEnabled
public val isSpatialUiEnabled: Boolean
Indicates whether the application may create spatial UI elements (e.g. SpatialPanel).
This is a State-based value that should trigger recomposition in composable functions.
isContent3dEnabled
public val isContent3dEnabled: Boolean
Indicates whether the application may create 3D objects.
This is a State-based value that should trigger recomposition in composable functions.
isAppEnvironmentEnabled
public val isAppEnvironmentEnabled: Boolean
Indicates whether the application may set the environment.
This is a State-based value that should trigger recomposition in composable functions.
isPassthroughControlEnabled
public val isPassthroughControlEnabled: Boolean
Indicates whether the application may control the passthrough state.
This is a State-based value that should trigger recomposition in composable functions.
isSpatialAudioEnabled
public val isSpatialAudioEnabled: Boolean
Indicates whether the application may use spatial audio.
This is a State-based value that should trigger recomposition in composable functions.