Interface CinemachineBlend.IBlender
Interface for implementing custom CameraState blending algorithm
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public interface CinemachineBlend.IBlender
Methods
Name | Description |
---|---|
GetIntermediateState(ICinemachineCamera, ICinemachineCamera, float) | Interpolate a camera state between the two cameras being blended. |