Getting started
System RequirementsRenderingVectary DashboardAccount SettingsRolesUser InterfaceScene OrientationHow To Get HelpImporting
Import formatsFigma frames import CAD filesDesign process
Design modeMaterials and TexturesAnimated MaterialsDecalsUV mappingCameraLighting and EnvironmentEffectsBackgroundGround planeControl BarLibrariesEdit mode3D Configurator
Floating UIHotspotsInteractionsAnimationsVariantsScene and project settings
Version HistoryAugmented Reality (WebAR)WebXR (beta)Loading screenMouse controlsInteraction promptMenu - SettingsSharing, exporting, embedding
SharingPerformance analyzerOptimizing a shared projectProject cloningEmbedding to other softwareExport optionsOther
Figma Plugin - Vectary 3D Studio Lite2D to 3DAdding commentsObject EditingLeft bar ShortcutsModel API
IntroductionQuick StartEvents & ListenersFloating UI ConfiguratorsEcommerceTriggers
The trigger is an impulse that executes the interaction.
Type:
- On load — when a shared project is loaded
- On click — when clicking on the selected object
- Mouse enter — when mouse cursor enters the selected object
- Mouse exit — when the mouse cursor leaves the object area
- Event listener — enables the listening of dispatched events (🔒 only available for Business workspaces). Learn more about it here: Events & Event expressions
- While dragging — when the object is dragged. This trigger does not move the object itself; it simply detects a cursor click and continues tracking its movement until the left mouse button is released. To move the object, use the Transform action and set the target to Pointer.
- While hovering — when the cursor hovers over the object (can be used in place of two separate Mouse enter and Mouse exit triggers)
trigger - Object
- Anywhere — by clicking on any Object or clicking on the Background
- Background — by clicking on the background
trigger - Selection
It is possible to create an arbitrary selection of objects. To create a new selection:
- select the desired objects on the canvas or left panel
- click on the plus icon
Learn more about Selections
trigger - Floating UI
Floating UI can be a trigger for interaction (the whole or individual elements of it).
Parent — select the desired Floating UI
Target — select the Floating UI element (Parent, Button, Image, Divider, Text, Container)