Constructor CinemachineBlend
CinemachineBlend(ICinemachineCamera, ICinemachineCamera, AnimationCurve, float, float)
Construct a blend
선언
public CinemachineBlend(ICinemachineCamera a, ICinemachineCamera b, AnimationCurve curve, float duration, float t)
파라미터
타입 | 이름 | 설명 |
---|---|---|
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 |