Method GetGroup
GetGroup(TrackAsset)
Gets the GroupTrack this track belongs to.
선언
public static GroupTrack GetGroup(this TrackAsset asset)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TrackAsset | asset | The track asset to find the group of |
반환
타입 | 설명 |
---|---|
GroupTrack | The parent GroupTrack or null if the Track is an override track, or root track. |