Enum CinemachineImpulseManager.ImpulseEvent.DirectionModes
How the signal behaves as the listener moves away from the origin.
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public enum CinemachineImpulseManager.ImpulseEvent.DirectionModes
Fields
| Name | Description |
|---|---|
| Fixed | Signal direction remains constant everywhere. |
| RotateTowardSource | Signal is rotated in the direction of the source. |