選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

hud.md 408B

HUD

A HUD (Heads Up Display) is an overlay used to display 2D elements that do not correlate with the physical scene. It’s part of a viewport and occupies its entire space. It appears in front of the augmented scene.

Properties

container

hud.container: HTMLDivElement, read-only

The container of the HUD.

visible

hud.visible: boolean

Whether or not the HUD is visible.