CustomizeDescriptor(HierarchyViewCellDescriptor)
Defines the required signature for methods decorated with HierarchyViewCellDescriptorAttribute. Implement this method to populate the HierarchyViewCellDescriptor.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
public static void CustomizeDescriptor(HierarchyViewCellDescriptor cell)
Parameters
The HierarchyViewCellDescriptor to populate.