This behaviour will show visible markers that indicate the sequence of a relationship.
These appear as large, floating arrows that point towards the asset showing their sequence number (ie. 1 for the first item, 2 for the second).
The frequency parameter can be used to reduce how often the markers appear, as showing one arrow for each asset can create very messy environments.
Type: Text Default: Sequence
The name of relationship being explored.
Type: Integer Default: 0
The ARDI ID of an asset in the scene.
Type: Vector3 Default: 0,1,0
The positional offset of the sequence marker to its respective asset. Positional coordinates are entered in X,Y,Z coordinates respectively.
Type: RGBA Color Default: 0.9,0.05,0.55,0.2
The color of the marker. Color values are entered as Red, Green, Blue and Alpha respectively.
Type: Integer Default: 10
How often the marker should be shown. For example, a value of '10' (the default) will create a marker on every 10th asset along the relationship.
<ShowSequenceMarkers offset="0,1,0" relationship="Sequence" frequency="5"/>
This creates markers floating above every 5th asset along the Sequence relationship.