CinemachinePath.m_Waypoints Field

Cinemachine

CinemachinePathm_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 CinemachinePathWaypoint[] m_Waypoints
var m_Waypoints

Field Value

Type: CinemachinePathWaypoint
See Also