Method GetOutputTrack
GetOutputTrack(int)
Retrives the output track from the given index.
선언
public TrackAsset GetOutputTrack(int index)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | Index of the output track to retrieve. Must be between 0 and outputTrackCount |
반환
타입 | 설명 |
---|---|
TrackAsset | The output track from the given index |