HierarchyViewColumnDescriptorAttribute
Attribute used to register a new Hierarchy column.
Read time 3 minutesLast updated 11 days ago
Definition
- Type: Class
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
- Inherits from: Attribute
[AttributeUsage(AttributeTargets.Method)]public sealed class HierarchyViewColumnDescriptorAttribute : Attribute
Constructors
Constructor | Description |
|---|---|
| HierarchyViewColumnDescriptorAttribute(System.String) | Attribute constructor. |
Properties
Property | Description |
|---|---|
| ColumnId | Column Id. Must be unique in the HiearchyWindow. |
Static Methods
Method | Description |
|---|---|
| CreateDescriptor | Required signature for the function decorated by [HierarchyColumnDescriptor]. This function can be used to populate the columnDescriptor |