This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Location

Namespace
Fuse.Controls
Package
Fuse.Controls.Primitives 2.9.1

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.

Show Uno properties and methods

Interface of PathMeasureMode

Distance : PathMeasureMode uno

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

Time : PathMeasureMode uno

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.

Inherited from object