CinemachinePathBase Properties

Cinemachine

CinemachinePathBase Properties

The CinemachinePathBase type exposes the following members.

Properties
  NameDescription
Public propertyDistanceCacheSampleStepsPerSegment
When calculating the distance cache, sample the path this many times between points
Public propertyLooped
True if the path ends are joined to form a continuous loop
Public propertyMaxPos
The maximum value for the path position
Public propertyMinPos
The minimum value for the path position
Public propertyPathLength
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
Top
See Also