docs.unity.cn
    Show / Hide Table of Contents

    Class TrackMediaType

    TrackMediaType defines the type of a track. This attribute is obsolete; it will have no effect.

    Inheritance
    Object
    TrackMediaType
    Namespace: UnityEngine.Timeline
    Syntax
    public class TrackMediaType : Attribute

    Constructors

    TrackMediaType(TimelineAsset.MediaType)

    Constructs a MediaType attribute. TrackMediaType is obsolete; it will have no effect.

    Declaration
    public TrackMediaType(TimelineAsset.MediaType mt)
    Parameters
    Type Name Description
    TimelineAsset.MediaType mt

    Fields

    m_MediaType

    MediaType of a track. TrackMediaType is obsolete; it will have no effect.

    Declaration
    public readonly TimelineAsset.MediaType m_MediaType
    Field Value
    Type Description
    TimelineAsset.MediaType
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 21, 2021