Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyViewColumnDescriptorAttribute

Attribute used to register a new Hierarchy column.
Read time 3 minutesLast updated 11 days ago

Definition

[AttributeUsage(AttributeTargets.Method)]public sealed class HierarchyViewColumnDescriptorAttribute : Attribute

Constructors

Constructor

Description

HierarchyViewColumnDescriptorAttribute(System.String)Attribute constructor.

Properties

Property

Description

ColumnIdColumn Id. Must be unique in the HiearchyWindow.

Static Methods

Method

Description

CreateDescriptorRequired signature for the function decorated by [HierarchyColumnDescriptor]. This function can be used to populate the columnDescriptor

Inheritance

Inherited Members