docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TrackExtensions

    Extension Methods for Tracks that require the Unity Editor, and may require the Timeline containing the Track to be currently loaded in the Timeline Editor Window.

    Inheritance
    object
    TrackExtensions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: UnityEditor.Timeline
    Assembly: solution.dll
    Syntax
    public static class TrackExtensions

    Methods

    Name Description
    IsCollapsed(TrackAsset)

    Queries whether the children of the Track are currently visible in the Timeline Editor.

    IsVisibleInHierarchy(TrackAsset)

    Queries whether any parent of the track is collapsed, rendering the track not visible to the user.

    SetCollapsed(TrackAsset, bool)

    Sets whether the children of the Track are currently visible in the Timeline Editor.

    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, October 11, 2023