This entity is experimental and might be changed or removed in a future release.

How the offset along the path is measured.

The default is Distance. Be aware this is an estimated value and doesn't correlate to a precise distance.

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.Primitives 2.9.1

Returns

PathMeasureMode

Possible Values

Time

Offset on the path measured in time: a value from 0..1, where each segment is considered the same length. The actual length of the segments is not considered.

Distance

Offset on the path measured in an approximate distance. Each offset step will cover roughly the same amount of length along the path.