HoopsCameraButtonElement

class wvc.HoopsCameraButtonElement()

Displays the toolbar camera dropdown for projection and orientation actions.

Examples

<hoops-toolbar-camera dropDownPosition="right"></hoops-toolbar-camera>

Custom Element

hoops-toolbar-camera

Attributes

dropDownPosition

Dropdown placement relative to the button

Services

CameraService

Service used to configure projection mode

ContextManager

Context manager used to apply view orientation

Since

2025.7.0

Index

Constructors

Properties

Methods

Constructors

wvc.HoopsCameraButtonElement.constructor()
HoopsCameraButtonElement(): HoopsCameraButtonElement

Returns: HoopsCameraButtonElement

Properties

wvc.HoopsCameraButtonElement.dropDownPosition
dropDownPosition: (“top” | “left” | “right” | “bottom”)

Represents the position where the dropdown is located relative to the button. Possible values are “bottom”, “top”, “right”, or “left”. Default value is “right”.

Methods

wvc.HoopsCameraButtonElement.handleServiceUpdate()
handleServiceUpdate(): void

Returns: void