Enum CinemachineOrbitalTransposer.Heading.HeadingDefinition
Sets the algorithm for determining the target's heading for purposes of re-centering the camera
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
public enum CinemachineOrbitalTransposer.Heading.HeadingDefinition
필드
| 이름 | 설명 |
|---|---|
| PositionDelta | Target heading calculated from the difference between its position on the last update and current frame. |
| TargetForward | Target heading calculated from the Target Transform's euler Y angle |
| Velocity | Target heading calculated from its Rigidbody's velocity. If no Rigidbody exists, it will fall back to HeadingDerivationMode.PositionDelta |
| WorldForward | Default heading is a constant world space heading. |