Search Results for

    Show / Hide Table of Contents

    Class TrackLayer

    Inheritance
    object
    TrackLayer
    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
    [Serializable]
    public class TrackLayer

    Fields

    enableTrigger

    Declaration
    public TrackLayer.EnableTrigger enableTrigger
    Field Value
    Type Description
    TrackLayer.EnableTrigger

    layerName

    Declaration
    public string layerName
    Field Value
    Type Description
    string

    layerScenes

    Declaration
    public List<string> layerScenes
    Field Value
    Type Description
    List<><string>

    layerTrack

    Declaration
    public AudioClip layerTrack
    Field Value
    Type Description
    AudioClip

    triggerName

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