Method GetRootTrack
GetRootTrack(int)
Retrieves at root track at the specified index.
선언
public TrackAsset GetRootTrack(int index)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| int | index | Index of the root track to get. Must be between 0 and rootTrackCount |
반환
| 타입 | 설명 |
|---|---|
| TrackAsset | Root track at the specified index. |
참고
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.