Search Results for

    Show / Hide Table of Contents

    Class SoundEffect

    Inheritance
    object
    SoundEffect
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global
    Assembly: cs.temp.dll.dll
    Syntax
    public class SoundEffect

    Constructors

    SoundEffect(string, AudioSource)

    Declaration
    public SoundEffect(string name, AudioSource audioSource)
    Parameters
    Type Name Description
    string name
    AudioSource audioSource

    Fields

    audioSource

    Declaration
    public AudioSource audioSource
    Field Value
    Type Description
    AudioSource

    name

    Declaration
    public string name
    Field Value
    Type Description
    string
    In This Article
    Back to top Example Unity documentation footer