CameraState.PositionCorrection Property

Cinemachine

CameraStatePositionCorrection Property

Position correction. This will be added to the raw position. 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 Vector3 PositionCorrection { get; set; }
function get_PositionCorrection();
function set_PositionCorrection(value);

Property Value

Type: Vector3
See Also