Skip to main content

Interface: UIImageOptions

Defined in: src/ui/components/UIImage.ts:5

Extends

Properties

ariaLabel?

optional ariaLabel: string

Defined in: src/ui/components/UIImage.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


src

src: string | Texture<unknown, TextureEventMap>

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


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