Method GetGroup
GetGroup(TrackAsset)
Gets the GroupTrack this track belongs to.
Declaration
public static GroupTrack GetGroup(this TrackAsset asset)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackAsset | asset | The track asset to find the group of |
Returns
| Type | Description |
|---|---|
| GroupTrack | The parent GroupTrack or null if the Track is an override track, or root track. |