SpatialCapability


class SpatialCapability


Constants representing the spatial capabilities of a Scene.

Summary

Public companion properties

SpatialCapability

The activity can set its own spatial environment.

SpatialCapability

The activity can spatially embed another activity.

SpatialCapability

The activity can enable or disable passthrough.

SpatialCapability

The activity can create 3D content.

SpatialCapability

The activity can use spatial audio.

SpatialCapability

The activity can spatialize itself by e.g. adding a spatial panel.

Public functions

open String

Public companion properties

APP_ENVIRONMENT

val APP_ENVIRONMENT: SpatialCapability

The activity can set its own spatial environment.

EMBED_ACTIVITY

val EMBED_ACTIVITY: SpatialCapability

The activity can spatially embed another activity.

PASSTHROUGH_CONTROL

val PASSTHROUGH_CONTROL: SpatialCapability

The activity can enable or disable passthrough.

SPATIAL_3D_CONTENT

val SPATIAL_3D_CONTENT: SpatialCapability

The activity can create 3D content.

SPATIAL_AUDIO

val SPATIAL_AUDIO: SpatialCapability

The activity can use spatial audio.

SPATIAL_UI

val SPATIAL_UI: SpatialCapability

The activity can spatialize itself by e.g. adding a spatial panel.

Public functions

toString

open fun toString(): String