Cinemachine
CinemachineSmoothPath Properties |
The CinemachineSmoothPath type exposes the following members.
Properties
Name | Description | |
---|---|---|
DistanceCacheSampleStepsPerSegment | When calculating the distance cache, sample the path this many
times between points (Overrides CinemachinePathBaseDistanceCacheSampleStepsPerSegment.) | |
Looped | True if the path ends are joined to form a continuous loop (Overrides CinemachinePathBaseLooped.) | |
MaxPos | The maximum value for the path position (Overrides CinemachinePathBaseMaxPos.) | |
MinPos | The minimum value for the path position (Overrides CinemachinePathBaseMinPos.) | |
PathLength | Get the length of the path in distance units.
If the distance cache is not valid, then calling this will
trigger a potentially costly regeneration of the path distance cache (Inherited from CinemachinePathBase.) |
See Also