Cinemachine
CinemachinePathWaypointtangent Field |
Offset from the position, which defines the tangent of the curve at the waypoint.
The length of the tangent encodes the strength of the bezier handle.
The same handle is used symmetrically on both sides of the waypoint, to ensure smoothness.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[TooltipAttribute("Offset from the position, which defines the tangent of the curve at the waypoint. The length of the tangent encodes the strength of the bezier handle. The same handle is used symmetrically on both sides of the waypoint, to ensure smoothness.")] public Vector3 tangent
var tangent
Field Value
Type: Vector3See Also