CameraState.OrientationCorrection Property

Cinemachine

CameraStateOrientationCorrection Property

Orientation correction. This will be added to the raw orientation. This value doesn't get fed back into the system when calculating the next frame. Can be noise, or smoothing, or both, or something else.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Quaternion OrientationCorrection { get; set; }
function get_OrientationCorrection();
function set_OrientationCorrection(value);

Property Value

Type: Quaternion
See Also