Method SetGroup
SetGroup(TrackAsset, GroupTrack)
Assigns the track to the specified group track.
Declaration
public static void SetGroup(this TrackAsset asset, GroupTrack group)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackAsset | asset | The track to assign. |
| GroupTrack | group | The GroupTrack to assign the track to. |
Remarks
Does not support assigning to a group in a different timeline.