Class DewAudioSourceSetup
Inheritance
object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
DewAudioSourceSetup
Namespace: Global
Assembly: Dew.Core.dll
Syntax
public class DewAudioSourceSetup : MonoBehaviour
Fields
rolloff
Declaration
public DewAudioRollOffType rolloff
Field Value
| Type | Description |
|---|---|
| DewAudioRollOffType |
space
Declaration
public AudioSpaceType space
Field Value
| Type | Description |
|---|---|
| AudioSpaceType |
type
Declaration
[InfoBox("Warning: Dynamic setup type selected. The type requires setup every time it plays, and it is not for the intended use-case of DewAudioSourceSetup component.", InfoMessageType.Warning, "_isDynamic")]
[InfoBox("This component requires AudioSource", InfoMessageType.Error, "_hasNoAudioSource")]
public AudioType type
Field Value
| Type | Description |
|---|---|
| AudioType |