Esempio n. 1
0
 internal static bool GetCollapsed(this TrackAsset track)
 {
     return(TimelineWindowViewPrefs.IsTrackCollapsed(track));
 }
 /// <summary>
 /// Queries whether the children of the Track are currently visible in the Timeline Editor.
 /// </summary>
 /// <param name="track">The track asset to query.</param>
 /// <returns>True if the track is collapsed and false otherwise.</returns>
 public static bool IsCollapsed(this TrackAsset track)
 {
     return(TimelineWindowViewPrefs.IsTrackCollapsed(track));
 }