IArElement

interface IArElement

Interface of an element that can be drawn in ArScreen

Inheritors

Functions

Link copied to clipboard

Gets the world position (centroid) of the AR element as a float array.

Link copied to clipboard
abstract fun getZIndex(): Float

Gets the Z-index of the AR element, relevant only when the element is visible.

Link copied to clipboard
abstract fun isInScreenBounds(): Boolean

Checks if an element is in screen bounds.