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
Name | Description | |
---|---|---|
position | Position in path-local space | |
roll | Defines the roll of the path at this waypoint.
The other orientation axes are inferred from the tangent and world up. |
See Also