Skip to main content

Interface: UICardOptions

Defined in: src/ui/components/UICard.ts:25

Extends

Properties

anchorX?

optional anchorX: UICardAnchorX

Defined in: src/ui/components/UICard.ts:28


anchorY?

optional anchorY: UICardAnchorY

Defined in: src/ui/components/UICard.ts:29


appearance?

optional appearance: UIAppearance

Defined in: src/ui/components/UICard.ts:30


children?

optional children: Object3D<Object3DEventMap>[]

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

Inherited from

UIElementOptions.children


edge?

optional edge: boolean | UICardEdgeOptions

Defined in: src/ui/components/UICard.ts:32


interactionEnabled?

optional interactionEnabled: boolean

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

Inherited from

UIElementOptions.interactionEnabled


manipulation?

optional manipulation: boolean | ManipulationOptions

Defined in: src/ui/components/UICard.ts:31


pixelSize?

optional pixelSize: number

Defined in: src/ui/components/UICard.ts:27


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


size

size: UISize

Defined in: src/ui/components/UICard.ts:26


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