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-cameraAttributes
dropDownPosition
Dropdown placement relative to the buttonServices
CameraService
Service used to configure projection modeContextManager
Context manager used to apply view orientationSince
2025.7.0
Constructors
-
wvc.HoopsCameraButtonElement.constructor() - HoopsCameraButtonElement():
HoopsCameraButtonElementReturns:
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