Enumerations | |
| enum | PathColoringType { kNoGradation = 0, kUIColor = 1, kWireColor = 2, kSpeed = 3 } |
| enum PathColoringType |
| Enumerator | |
|---|---|
| kNoGradation |
plain line, in the color defined by 'Trajectory' in the Gizmos section of the UI colors (by default red) |
| kUIColor |
from start to finish, progressing from the UI colors 'Trajectory Start' and 'Trajectory End' |
| kWireColor |
a progression between colors based on the object wire color |
| kSpeed |
color based on the object speed at that point, from blue at trajectory slowest to pure red at the fastest point |