SpatialVisibility


class 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.

Public constructors

SpatialVisibility(visibility: Int)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Int

Constants

OUTSIDE_FOV

const val OUTSIDE_FOV = 1: Int

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

PARTIALLY_WITHIN_FOV

const val PARTIALLY_WITHIN_FOV = 2: Int

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

UNKNOWN

const val UNKNOWN = 0: Int

Unknown spatial visibility state.

WITHIN_FOV

const val WITHIN_FOV = 3: Int

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

Public constructors

SpatialVisibility

Added in 1.0.0-alpha04
SpatialVisibility(visibility: Int)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

visibility

Added in 1.0.0-alpha04
val visibilityInt