CinemachineBlend.BlendWeight Property

Cinemachine

CinemachineBlendBlendWeight Property

The current weight of the blend. This is an evaluation of the BlendCurve at the current time relative to the start of the blend. 0 means camA, 1 means camB.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public float BlendWeight { get; }
function get_BlendWeight();

Property Value

Type: Single
See Also