Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    DewGUI.SetExpandHeight<T>(T, bool)
    DewGUI.SetExpandHeight<T>(T, float)
    DewGUI.SetExpandWidth<T>(T, bool)
    DewGUI.SetExpandWidth<T>(T, float)
    DewGUI.SetHeight<T>(T, float)
    DewGUI.SetText<T>(T, string)
    DewGUI.SetTextLocalized<T>(T, string)
    DewGUI.SetWidth<T>(T, float)
    In This Article
    Back to top Shape of Dreams API Documentation