Skip to main content

Interface: UIOverlayOptions

Defined in: src/ui/components/UIOverlay.ts:6

Extends

Properties

appearance?

optional appearance: UIAppearance

Defined in: src/ui/components/UIOverlay.ts:7


children?

optional children: Object3D<Object3DEventMap>[]

Defined in: src/ui/UIElement.ts:93

Inherited from

UIElementOptions.children


interactionEnabled?

optional interactionEnabled: boolean

Defined in: src/ui/UIElement.ts:96

Inherited from

UIElementOptions.interactionEnabled


pointerEvents?

optional pointerEvents: PointerEvents

Defined in: src/ui/UIElement.ts:95

Inherited from

UIElementOptions.pointerEvents


reticleMode?

optional reticleMode: ReticleMode

Defined in: src/ui/UIElement.ts:97

Inherited from

UIElementOptions.reticleMode


style?

optional style: UIStyle

Defined in: src/ui/UIElement.ts:92

Inherited from

UIElementOptions.style


visible?

optional visible: boolean

Defined in: src/ui/UIElement.ts:94

Inherited from

UIElementOptions.visible