SpatialVisibility


public static class SpatialVisibility


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

Summary

Constants

static final int

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

static final int

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

static final int

Unknown spatial visibility state.

static final int

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

Public fields

static @NonNull SpatialVisibility

Constants

SPATIAL_VISIBILITY_OUTSIDE_FIELD_OF_VIEW

Added in 1.0.0-alpha05
public static final int SPATIAL_VISIBILITY_OUTSIDE_FIELD_OF_VIEW = 1

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

SPATIAL_VISIBILITY_PARTIALLY_WITHIN_FIELD_OF_VIEW

Added in 1.0.0-alpha05
public static final int SPATIAL_VISIBILITY_PARTIALLY_WITHIN_FIELD_OF_VIEW = 2

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
public static final int SPATIAL_VISIBILITY_UNKNOWN = 0

Unknown spatial visibility state.

SPATIAL_VISIBILITY_WITHIN_FIELD_OF_VIEW

Added in 1.0.0-alpha05
public static final int SPATIAL_VISIBILITY_WITHIN_FIELD_OF_VIEW = 3

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

Public fields

INSTANCE

Added in 1.0.0-alpha05
public static @NonNull SpatialVisibility INSTANCE