Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ardieffects:showsequencemarkers [2022/05/20 11:34] – external edit 127.0.0.1 | ardieffects:showsequencemarkers [2025/12/18 22:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | =====ShowSequenceMarkers===== | ||
| + | ====Summary==== | ||
| + | |||
| + | 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 // | ||
| + | |||
| + | ====Parameters==== | ||
| + | |||
| + | ===Relationship=== | ||
| + | |||
| + | //Type: [[text]] | ||
| + | Default: **Sequence**// | ||
| + | |||
| + | The name of relationship being explored. | ||
| + | |||
| + | ===Asset=== | ||
| + | |||
| + | //Type: [[Integer]] | ||
| + | Default: **0**// | ||
| + | |||
| + | The ARDI ID of an asset in the scene. | ||
| + | |||
| + | ===Offset=== | ||
| + | |||
| + | //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. | ||
| + | |||
| + | ===Colour=== | ||
| + | |||
| + | //Type: [[RGBA]] | ||
| + | Default: **0.9, | ||
| + | |||
| + | The color of the marker. Color values are entered as Red, Green, Blue and Alpha respectively. | ||
| + | |||
| + | ===Frequency=== | ||
| + | |||
| + | //Type: [[Integer]] | ||
| + | Default: 10// | ||
| + | |||
| + | How often the marker should be shown. For example, a value of ' | ||
| + | |||
| + | ====Examples==== | ||
| + | |||
| + | <code xml> | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | //This creates markers floating above every 5th asset along the Sequence relationship.// | ||