Method GetOutputTrack
GetOutputTrack(int)
Retrives the output track from the given index.
Declaration
public TrackAsset GetOutputTrack(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Index of the output track to retrieve. Must be between 0 and outputTrackCount |
Returns
| Type | Description |
|---|---|
| TrackAsset | The output track from the given index |