Method SetGroup
SetGroup(TrackAsset, GroupTrack)
Assigns the track to the specified group track.
선언
public static void SetGroup(this TrackAsset asset, GroupTrack group)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| TrackAsset | asset | The track to assign. |
| GroupTrack | group | The GroupTrack to assign the track to. |
참고
Does not support assigning to a group in a different timeline.