add

fun add(arElement: ArModel)

Adds an ArModel element to the screen.

Parameters

arElement

The ArModel element to add.


fun add(arWindow: ArWindow)

Adds an ArWindow element to the screen.

Parameters

arWindow

The ArWindow element to add.


fun add(uiElement: UIElement)

Adds a UI element to the internal HUD board.

Parameters

uiElement

The UI element to add.