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

    Class CustomTimelineEditorCache

    Inheritance
    System.Object
    CustomTimelineEditorCache
    Namespace: UnityEditor.Timeline
    Syntax
    public class CustomTimelineEditorCache

    Methods

    ClearCache<TEditorClass>()

    Declaration
    public static void ClearCache<TEditorClass>()
        where TEditorClass : class, new()
    Type Parameters
    Name Description
    TEditorClass

    GetClipEditor(TimelineClip)

    Declaration
    public static ClipEditor GetClipEditor(TimelineClip clip)
    Parameters
    Type Name Description
    TimelineClip clip
    Returns
    Type Description
    ClipEditor

    GetDefaultClipEditor()

    Declaration
    public static ClipEditor GetDefaultClipEditor()
    Returns
    Type Description
    ClipEditor

    GetDefaultMarkerEditor()

    Declaration
    public static MarkerEditor GetDefaultMarkerEditor()
    Returns
    Type Description
    MarkerEditor

    GetDefaultTrackEditor()

    Declaration
    public static TrackEditor GetDefaultTrackEditor()
    Returns
    Type Description
    TrackEditor

    GetEditorForType<TEditorClass, TRuntimeClass>(Type)

    Declaration
    public static TEditorClass GetEditorForType<TEditorClass, TRuntimeClass>(Type type)
        where TEditorClass : class, new()
    Parameters
    Type Name Description
    System.Type type
    Returns
    Type Description
    TEditorClass
    Type Parameters
    Name Description
    TEditorClass
    TRuntimeClass

    GetMarkerEditor(IMarker)

    Declaration
    public static MarkerEditor GetMarkerEditor(IMarker marker)
    Parameters
    Type Name Description
    IMarker marker
    Returns
    Type Description
    MarkerEditor

    GetTrackEditor(TrackAsset)

    Declaration
    public static TrackEditor GetTrackEditor(TrackAsset track)
    Parameters
    Type Name Description
    TrackAsset track
    Returns
    Type Description
    TrackEditor
    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