Constructor CinemachineBlend
CinemachineBlend(ICinemachineCamera, ICinemachineCamera, AnimationCurve, float, float)
Construct a blend
Declaration
public CinemachineBlend(ICinemachineCamera a, ICinemachineCamera b, AnimationCurve curve, float duration, float t)
Parameters
Type | Name | Description |
---|---|---|
ICinemachineCamera | a | First camera |
ICinemachineCamera | b | Second camera |
AnimationCurve | curve | Blend curve |
float | duration | Duration of the blend, in seconds |
float | t | Current time in blend, relative to the start of the blend |