Method SetCollapsed
SetCollapsed(TrackAsset, bool)
Sets whether the children of the Track are currently visible in the Timeline Editor.
선언
public static void SetCollapsed(this TrackAsset track, bool collapsed)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| TrackAsset | track | The track asset to collapsed state to modify. |
| bool | collapsed |
|
참고
The track collapsed state is not serialized inside the asset and is lost from one checkout of the project to another.