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.
상속된 멤버
네임스페이스: UnityEditor.Timeline
어셈블리: solution.dll
구문
public static class TrackExtensions
메서드
이름 | 설명 |
---|---|
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. |