HoopsCameraOperatorButtonElement

class wvc.HoopsCameraOperatorButtonElement()

Displays the toolbar dropdown for selecting the active camera operator.

Examples

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

Custom Element

hoops-toolbar-camera-operator

Attributes

dropDownPosition

Dropdown placement relative to the button

Services

FloorplanService

Service reset when entering walk mode

ContextManager

Context manager used to set camera operator

Since

2025.7.0

Index

Constructors

Properties

Constructors

wvc.HoopsCameraOperatorButtonElement.constructor()
HoopsCameraOperatorButtonElement(): HoopsCameraOperatorButtonElement

Returns: HoopsCameraOperatorButtonElement

Properties

wvc.HoopsCameraOperatorButtonElement.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”.