Method IsCollapsed
IsCollapsed(TrackAsset)
Queries whether the children of the Track are currently visible in the Timeline Editor.
선언
public static bool IsCollapsed(this TrackAsset track)
파라미터
타입 | 이름 | 설명 |
---|---|---|
TrackAsset | track | The track asset to query. |
반환
타입 | 설명 |
---|---|
bool | True if the track is collapsed and false otherwise. |