HierarchyViewColumnState
Contains the overridable column properties for a HierarchyViewColumn.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
public sealed class HierarchyViewColumnState
Fields
Value | Description |
|---|---|
| ColumnId | The column identifier. |
| Index | The position index of the column in the HierarchyView. |
| Visible | Whether the column is visible. |
| Width | The width of the column. |