Enum CinemachineVirtualCameraBase.PositionBlendMethod
Hint for blending positions to and from this virtual camera
Namespace: Cinemachine
Syntax
public enum PositionBlendMethod
Fields
Name | Description |
---|---|
Cylindrical | Cylindrical blend about LookAt target position, if there is a LookAt target. Vertical co-ordinate is linearly interpolated. |
Linear | Standard linear position blend |
Spherical | Spherical blend about LookAt target position, if there is a LookAt target |