Enum CinemachineCollider.ResolutionStrategy
The way in which the Collider will attempt to preserve sight of the target.
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public enum CinemachineCollider.ResolutionStrategy
필드
| 이름 | 설명 |
|---|---|
| PreserveCameraDistance | In addition to pulling the camera forward, an effort will be made to return the camera to its original distance from the target |
| PreserveCameraHeight | In addition to pulling the camera forward, an effort will be made to return the camera to its original height |
| PullCameraForward | Camera will be pulled forward along its Z axis until it is in front of the nearest obstacle |