CinemachineSmoothPath Properties

Cinemachine

CinemachineSmoothPath Properties

The CinemachineSmoothPath type exposes the following members.

Properties
  NameDescription
Public propertyDistanceCacheSampleStepsPerSegment
When calculating the distance cache, sample the path this many times between points
(Overrides CinemachinePathBaseDistanceCacheSampleStepsPerSegment.)
Public propertyLooped
True if the path ends are joined to form a continuous loop
(Overrides CinemachinePathBaseLooped.)
Public propertyMaxPos
The maximum value for the path position
(Overrides CinemachinePathBaseMaxPos.)
Public propertyMinPos
The minimum value for the path position
(Overrides CinemachinePathBaseMinPos.)
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
(Inherited from CinemachinePathBase.)
Top
See Also