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 companion properties
OUTSIDE_FIELD_OF_VIEW
val OUTSIDE_FIELD_OF_VIEW: SpatialVisibility
The content is fully outside the user's field of view.
PARTIALLY_WITHIN_FIELD_OF_VIEW
val PARTIALLY_WITHIN_FIELD_OF_VIEW: SpatialVisibility
The content is partially within the user's field of view, but not fully inside of it.
WITHIN_FIELD_OF_VIEW
val WITHIN_FIELD_OF_VIEW: SpatialVisibility
The content is fully within the user's field of view.