Method UpdateHeading
UpdateHeading(float, Vector3, ref AxisState)
Update the X axis and calculate the heading. This can be called by a delegate
with a custom axis. Note that this method is obsolete.
Used for damping. If less than 0, no damping is done.
World Up, set by the CinemachineBrain
Axis value
Declaration
public float UpdateHeading(float deltaTime, Vector3 up, ref AxisState axis)
Parameters
Returns
UpdateHeading(float, Vector3, ref AxisState, ref Recentering, bool)
Declaration
public float UpdateHeading(float deltaTime, Vector3 up, ref AxisState axis, ref AxisState.Recentering recentering, bool isLive)
Parameters
Returns