Enum TimeSourceType
How the ambience will sound like when UnityEngine.Time.timeScale changed.
Namespace: E7.TinyAmbience
Assembly: E7.TinyAmbience.dll
Syntax
public enum TimeSourceType
Fields
| Name | Description |
|---|---|
| Scaled | Ambiences get slowed down or speed up together with UnityEngine.Time.timeScale. |
| Unscaled | Ambiences do not get slowed down or speed up together with UnityEngine.Time.timeScale. |