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.
Inherited Members
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. |