This is an old revision of the document!


Table of Contents

Trace

Summary

This behaviour will trace an assets movement, causing it to leave a trail as it moves.

Parameters

Axis

Type: Vector3 Default: 0,1,0

The axis from which to dispense a trail. Values must be entered as X, Y, Z respectively.

Cut

Type: Float Default: 0.5

Colour

Type: RGBA Color Default: 0,0,0.8,0.5

The color of the trail. Values are entered as Red, Green, Blue and Alpha values respectively.

Active

Type: Boolean Bindable Default: 1

This parameter controls whether or not the trail is active and can be modified in real time to activate or deactivate as needed.

UpdateRate

Type: Float Default: 1

The rate for which to dispense trail particles. The amount entered will be the amount of time delay between each particle, higher values will cause a larger separation between each trail particle.

Examples