Method IsVisibleInHierarchy
IsVisibleInHierarchy(TrackAsset)
Queries whether any parent of the track is collapsed, rendering the track not visible to the user.
Declaration
public static bool IsVisibleInHierarchy(this TrackAsset track)
Parameters
Type | Name | Description |
---|---|---|
TrackAsset | track | The track asset to query. |
Returns
Type | Description |
---|---|
bool | True if all parents are not collapsed, false otherwise. |