Method GetChildTracks
GetChildTracks()
The list of subtracks or child tracks attached to this track.
선언
public IEnumerable<TrackAsset> GetChildTracks()
반환
| 타입 | 설명 |
|---|---|
| IEnumerable<TrackAsset> | Returns an enumerable list of child tracks owned directly by this track. |
참고
In the case of GroupTracks, this returns all tracks contained in the group. This will return the all subtracks or override tracks, if supported by the track.