Cinemachine
CinemachinePathBase Properties |
The CinemachinePathBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
DistanceCacheSampleStepsPerSegment | When calculating the distance cache, sample the path this many
times between points | |
Looped | True if the path ends are joined to form a continuous loop | |
MaxPos | The maximum value for the path position | |
MinPos | The minimum value for the path position | |
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 |
See Also