Enum CinemachineImpulseListener.SignalCombinationModes
Choices for how the listener treats multiple overlapping impulse signals.
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public enum CinemachineImpulseListener.SignalCombinationModes
Fields
| Name | Description |
|---|---|
| Additive | Combines all the active signals together, similar to how sound waves combine in air. |
| UseLargest | Considers only the signal with the largest amplitude. |