Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Node<T>

Class that holds elements of ICategorizable.
Read time 1 minuteLast updated 5 days ago

Definition

public class Node<T> : IOrdering, ICategorizable where T : ICategorizable

Constructors

Constructor

Description

Node`1(UnityEngine.Categorization.InfoAttribute,`0)Constructor of the node element with the given attribute.

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.