Getting started
Importing
Design process
3D Configurator
Variables & Expressions (Beta)
Scene and project settings
Sharing, exporting, embedding
Other
Figma Plugin - Vectary 3D Studio Lite
Model API
Trigger is an impulse that initiates an interaction.
Trigger can be singular or multiple. The listed triggers will initiate all Actions created within the interaction.
Trigger | Description |
---|---|
On load | when a shared project is loaded |
On update | runs a check on each frame |
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 event listening (learn more: ‣) |
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) |
A trigger can be virtually anything: objects, background, Floating UI elements, and selections.
| --- | --- | --- |