CinemachineBlend.BlendCurve Property

Cinemachine

CinemachineBlendBlendCurve Property

The curve that describes the way the blend transitions over time from the first camera to the second. X-axis is time in seconds over which the blend takes place and Y axis is blend weight (0..1)

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public AnimationCurve BlendCurve { get; set; }
function get_BlendCurve();
function set_BlendCurve(value);

Property Value

Type: AnimationCurve
See Also