SpatialVisibility


object SpatialVisibility


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

Summary

Constants

const Int

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

const Int

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

const Int

Unknown spatial visibility state.

const Int

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

Constants

SPATIAL_VISIBILITY_OUTSIDE_FIELD_OF_VIEW

Added in 1.0.0-alpha05
const val SPATIAL_VISIBILITY_OUTSIDE_FIELD_OF_VIEW = 1: Int

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

SPATIAL_VISIBILITY_PARTIALLY_WITHIN_FIELD_OF_VIEW

Added in 1.0.0-alpha05
const val SPATIAL_VISIBILITY_PARTIALLY_WITHIN_FIELD_OF_VIEW = 2: Int

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

SPATIAL_VISIBILITY_UNKNOWN

Added in 1.0.0-alpha05
const val SPATIAL_VISIBILITY_UNKNOWN = 0: Int

Unknown spatial visibility state.

SPATIAL_VISIBILITY_WITHIN_FIELD_OF_VIEW

Added in 1.0.0-alpha05
const val SPATIAL_VISIBILITY_WITHIN_FIELD_OF_VIEW = 3: Int

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