Enum CinemachineTrackedDolly.CameraUpMode
Different ways to set the camera's up vector
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
[DocumentationSorting(DocumentationSortingAttribute.Level.UserRef)]
public enum CinemachineTrackedDolly.CameraUpMode
필드
| 이름 | 설명 |
|---|---|
| Default | Leave the camera's up vector alone. It will be set according to the Brain's WorldUp. |
| FollowTarget | Take the up vector from the Follow target's up vector |
| FollowTargetNoRoll | Take the up vector from the Follow target's up vector, but with the roll zeroed out |
| Path | Take the up vector from the path's up vector at the current point |
| PathNoRoll | Take the up vector from the path's up vector at the current point, but with the roll zeroed out |