Class TrackClipTypeAttribute | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class TrackClipTypeAttribute

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

    Inheritance
    System.Object
    System.Attribute
    TrackClipTypeAttribute
    Namespace: UnityEngine.Timeline
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
    public class TrackClipTypeAttribute : Attribute, _Attribute

    Constructors

    TrackClipTypeAttribute(Type)

    Declaration
    public TrackClipTypeAttribute(Type clipClass)
    Parameters
    Type Name Description
    System.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
    System.Type clipClass

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

    System.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
    System.Boolean

    inspectedType

    The type of the clip class associate with this track

    Declaration
    public readonly Type inspectedType
    Field Value
    Type Description
    System.Type
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023