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_ENVIRONMENTSpatialCapability

The activity can set its own spatial environment.

EMBED_ACTIVITY

val EMBED_ACTIVITYSpatialCapability

The activity can spatially embed another activity.

PASSTHROUGH_CONTROL

val PASSTHROUGH_CONTROLSpatialCapability

The activity can enable or disable passthrough.

SPATIAL_3D_CONTENT

val SPATIAL_3D_CONTENTSpatialCapability

The activity can create 3D content.

SPATIAL_AUDIO

val SPATIAL_AUDIOSpatialCapability

The activity can use spatial audio.

SPATIAL_UI

val SPATIAL_UISpatialCapability

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

Public functions

toString

open fun toString(): String