Method IsCollapsed
IsCollapsed(TrackAsset)
Queries whether the children of the Track are currently visible in the Timeline Editor.
Declaration
public static bool IsCollapsed(this TrackAsset track)
Parameters
| Type | Name | Description |
|---|---|---|
| TrackAsset | track | The track asset to query. |
Returns
| Type | Description |
|---|---|
| bool | True if the track is collapsed and false otherwise. |