CinemachineSmoothPath.m_Waypoints Field

Cinemachine

CinemachineSmoothPathm_Waypoints Field

The waypoints that define the path. They will be interpolated using a bezier curve

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[TooltipAttribute("The waypoints that define the path.  They will be interpolated using a bezier curve.")]
public CinemachineSmoothPathWaypoint[] m_Waypoints
var m_Waypoints

Field Value

Type: CinemachineSmoothPathWaypoint
See Also