Enum CinemachineTransposer.AngularDampingMode
How to calculate the angular damping for the target orientation
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public enum CinemachineTransposer.AngularDampingMode
필드
| 이름 | 설명 |
|---|---|
| Euler | Use Euler angles to specify damping values. Subject to gimbal-lock fwhen pitch is steep. |
| Quaternion | Use quaternions to calculate angular damping. No per-channel control, but not susceptible to gimbal-lock |