docs.unity.cn
    Show / Hide Table of Contents

    Class TrackClipTypeAttribute

    Specifies the type of PlayableAsset that a TrackAsset derived class can create clips of.

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

    Constructors

    TrackClipTypeAttribute(Type)

    Declaration
    public TrackClipTypeAttribute(Type clipClass)
    Parameters
    Type Name Description
    Type clipClass

    The type of the clip class to associate with this track. Must derive from PlayableAsset.

    TrackClipTypeAttribute(Type, Boolean)

    Declaration
    public TrackClipTypeAttribute(Type clipClass, bool allowAutoCreate)
    Parameters
    Type Name Description
    Type clipClass

    The type of the clip class to associate with this track. Must derive from PlayableAsset.

    Boolean allowAutoCreate

    Whether to allow automatic creation of these types. Default value is true.

    Remarks

    Setting allowAutoCreate to false will cause Timeline to not show menu items for creating clips of this type.

    Fields

    allowAutoCreate

    Whether to allow automatic creation of these types.

    Declaration
    public readonly bool allowAutoCreate
    Field Value
    Type Description
    Boolean

    inspectedType

    The type of the clip class associate with this track

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