Method GetRootTracks
GetRootTracks()
Get an enumerable list of all root tracks.
선언
public IEnumerable<TrackAsset> GetRootTracks()
반환
타입 | 설명 |
---|---|
IEnumerable<TrackAsset> | An IEnumerable of all root tracks. |
참고
A root track refers to all tracks that occur at the root of the timeline. These are the outmost level GroupTracks, and output tracks that do not belong to any group.