Line
Usage
- The
LineBuilding Block is used to display a visual line in the scene. - Use it to indicate a direction, connection, or route.
- Combine it with the
Workflowto show the line at the right moment.
Settings
The Line consists of the following components:
- On Start
- Points
- Style
- Progress
On Start
Defines the initial state of the object when the scenario starts.
| Property | Description |
|---|---|
| Enabled | Line is visible at start |
Points
Defines the objects the line follows.
| Property | Description |
|---|---|
| Points | List of objects the line passes through |
| Add | Add an object to the list |
You can add multiple objects. The line follows these points in the order they appear in the list.
Style
Defines the visual style of the line.
| Property | Description |
|---|---|
| Color | Color of the line |
| Width (cm) | Width of the line in centimeters |
| Size Multiplier | Multiplies the overall scale of the line |
Progress
Defines how much of the line is visible.
| Property | Description |
|---|---|
| Fill Amount | Visible progress of the line, from 0 to 1 |
At 0, the line is not visible.
At 1, the line is fully visible.
Values in between gradually reveal the line along the defined points.
Actions
The following actions are available:
- Enable
- Disable
Enable
Makes the line visible.
Disable
Hides the line.
Reactions
This Building Block has no reactions.
Last updated on