CinemachineSmoothPath.Waypoint Structure

Cinemachine

CinemachineSmoothPathWaypoint Structure

A waypoint along the path

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute]
[DocumentationSortingAttribute(18.7f, DocumentationSortingAttributeLevel.UserRef)]
public struct Waypoint
JavaScript supports the use of structures, but not the declaration of new ones.

The CinemachineSmoothPathWaypoint type exposes the following members.

Fields
  NameDescription
Public fieldposition
Position in path-local space
Public fieldroll
Defines the roll of the path at this waypoint. The other orientation axes are inferred from the tangent and world up.
Top
See Also