Skip to content

Marker Action

The Action section defines what should happen when a visitor interacts with the selected marker. Use it to make a marker respond to clicks, proximity, focus changes, or other viewer events.

The trigger checkboxes decide when the action can run. Scene click reacts to a click in the scene, Menu click reacts from the marker menu, Proximity can run when the visitor gets close, and Focus can run when the marker becomes the active point of interest.

Radius is used with proximity behavior and sets the distance around the marker where the action can trigger. The Action dropdown chooses the behavior to run; in the screenshot it is set to focus on a marker. The Marker dropdown chooses the target for that behavior, with Self meaning the selected marker targets itself.

Mouse overs is collapsed in the screenshot. Open it when hover behavior needs to be configured separately from clicks, focus, or proximity.

Marker Properties – ActionSteps: Expand markers section → Select the first marker in the list to open the properties panel → Open the Action section → Expand all collapsed fieldsets in the Action section

Interface elements

ElementDetails
editor.marker-properties.action.scene-clickScene Click
Trigger action when clicking on the marker in the scene.
editor.marker-properties.action.menu-clickMenu Click
Trigger action when clicking on the marker in the menu.
editor.marker-properties.action.proximityProximity
Trigger action when the camera enters the proximity radius of the marker.
editor.marker-properties.action.focusFocus
Trigger action when marker gets focus.
editor.marker-properties.action.proximity-radiusProximity Radius
Configure the proximity radius for the marker Action.
editor.marker-properties.action.action-typeAction
Choose the action type for the marker Action.
editor.marker-properties.action.overlay-widthWidth
Modify the popup overlay width in pixels or percentual.
editor.marker-properties.action.overlay-heightHeight
Modify the popup overlay height in pixels or percentual.
editor.marker-properties.action.overlay-leftLeft
Modify the popup overlay left.
editor.marker-properties.action.overlay-topTop
Modify the popup overlay top.
editor.marker-properties.action.overlay-marginMargin
Create a margin around the popup overlay content.
editor.marker-properties.action.link-urlUrl
When action type is link, configure the url to open.
editor.marker-properties.action.mouseover-enableHover
Change the marker shape color on hover.
editor.marker-properties.action.mouseover-label-colorLabel Color
Set the mouseover label color.
editor.marker-properties.action.mouseover-shape-colorShape Color
Set the mouseover shape color.