AddCell(HierarchyViewCellDescriptor)
Adds a HierarchyViewCellDescriptor to this column. The cell descriptor must match the identifier of the HierarchyViewColumnDescriptor, and there must be no other cell descriptor with the same node type.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
public void AddCell(HierarchyViewCellDescriptor desc)
Parameters
The HierarchyViewCellDescriptor to register.