Search Results for

    Class SoundPlayer

    Inheritance
    object
    SoundPlayer
    Namespace: SonsSdk
    Assembly: SonsSdk.dll
    Syntax
    public class SoundPlayer : MonoBehaviour

    Constructors

    SoundPlayer()

    Declaration
    public SoundPlayer()

    Fields

    MaxDistance

    Declaration
    public float? MaxDistance
    Field Value
    Type Description
    float?

    Sound

    Declaration
    public Sound Sound
    Field Value
    Type Description
    Sound

    Properties

    Channel

    Declaration
    public Channel Channel { get; }
    Property Value
    Type Description
    Channel

    ChannelDistance

    Declaration
    public (float min, float max) ChannelDistance { get; set; }
    Property Value
    Type Description
    (float min, float max)

    IsPlaying

    Declaration
    public bool IsPlaying { get; }
    Property Value
    Type Description
    bool

    Methods

    Play()

    Declaration
    public Channel Play()
    Returns
    Type Description
    Channel

    Stop()

    Declaration
    public void Stop()