Version: Unity 6.4 Alpha (6000.4)
LanguageEnglish
  • C#

Node<T0>

class in UnityEditor.Categorization


Implements interfaces:ICategorizable, IOrdering

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Class that holds elements of ICategorizable.

Properties

Property Description
childrenThe children of the node.
dataThe internal data that is being handled by the node.
descriptionThe description, obtained from the ElementInfoAttribute.
helpUrlThe help url obtained from HelpURLAttribute.
nameThe name, obtained from the ElementInfoAttribute.
orderThe order, obtained from the ElementInfoAttribute.
parentThe parent node. For category nodes, the parent is null.
typeThe type of the data inside the node.

Constructors

Constructor Description
Node_1Constructor of the node element with the given attribute.