SpatialVisibility


class SpatialVisibility


Spatial Visibility states of content within the user's field of view.

Summary

Public companion properties

SpatialVisibility

The content is fully outside the user's field of view.

SpatialVisibility

The content is partially within the user's field of view, but not fully inside of it.

SpatialVisibility

Unknown spatial visibility state.

SpatialVisibility

The content is fully within the user's field of view.

Public functions

open String

Public companion properties

OUTSIDE_FIELD_OF_VIEW

val OUTSIDE_FIELD_OF_VIEWSpatialVisibility

The content is fully outside the user's field of view.

PARTIALLY_WITHIN_FIELD_OF_VIEW

val PARTIALLY_WITHIN_FIELD_OF_VIEWSpatialVisibility

The content is partially within the user's field of view, but not fully inside of it.

UNKNOWN

val UNKNOWNSpatialVisibility

Unknown spatial visibility state.

WITHIN_FIELD_OF_VIEW

val WITHIN_FIELD_OF_VIEWSpatialVisibility

The content is fully within the user's field of view.

Public functions

toString

open fun toString(): String