Method IsVisibleInHierarchy
IsVisibleInHierarchy(TrackAsset)
Queries whether any parent of the track is collapsed, rendering the track not visible to the user.
선언
public static bool IsVisibleInHierarchy(this TrackAsset track)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| TrackAsset | track | The track asset to query. |
반환
| 타입 | 설명 |
|---|---|
| bool | True if all parents are not collapsed, false otherwise. |