Line

Usage

  • The Line Building Block is used to display a visual line in the scene.
  • Use it to indicate a direction, connection, or route.
  • Combine it with the Workflow to 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.

PropertyDescription
EnabledLine is visible at start

Points

Defines the objects the line follows.

PropertyDescription
PointsList of objects the line passes through
AddAdd 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.

PropertyDescription
ColorColor of the line
Width (cm)Width of the line in centimeters
Size MultiplierMultiplies the overall scale of the line

Progress

Defines how much of the line is visible.

PropertyDescription
Fill AmountVisible 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