Method GetRootTrack
GetRootTrack(int)
Retrieves at root track at the specified index.
Declaration
public TrackAsset GetRootTrack(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Index of the root track to get. Must be between 0 and rootTrackCount |
Returns
| Type | Description |
|---|---|
| TrackAsset |
Remarks
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.