CinemachineTrackedDolly.m_PositionUnits Field

Cinemachine

CinemachineTrackedDollym_PositionUnits Field

How to interpret the Path Position

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[TooltipAttribute("How to interpret Path Position.  If set to Path Units, values are as follows: 0 represents the first waypoint on the path, 1 is the second, and so on.  Values in-between are points on the path in between the waypoints.  If set to Distance, then Path Position represents distance along the path.")]
public CinemachinePathBasePositionUnits m_PositionUnits
var m_PositionUnits

Field Value

Type: CinemachinePathBasePositionUnits
See Also