Enum CinemachineVirtualCameraBase.BlendHint
Hint for blending to and from this virtual camera
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public enum CinemachineVirtualCameraBase.BlendHint
필드
| 이름 | 설명 |
|---|---|
| CylindricalPosition | Cylindrical blend about LookAt target position if there is a LookAt target (vertical co-ordinate is linearly interpolated), linear blend between LookAt targets |
| None | Standard linear position and aim blend |
| ScreenSpaceAimWhenTargetsDiffer | Standard linear position blend, radial blend between LookAt targets |
| SphericalPosition | Spherical blend about LookAt target position if there is a LookAt target, linear blend between LookAt targets |