Class NavGraphViewHierarchicalNode
Representation of a hierarchical node in a NavGraph.
Inherited Members
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsInactive, UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
UnityEngine.Object.FindFirstObjectByType<T>()
UnityEngine.Object.FindAnyObjectByType<T>()
UnityEngine.Object.FindFirstObjectByType<T>(UnityEngine.FindObjectsInactive)
UnityEngine.Object.FindAnyObjectByType<T>(UnityEngine.FindObjectsInactive)
Namespace: Unity.AppUI.Navigation
Syntax
public class NavGraphViewHierarchicalNode : NavGraphViewNode
Properties
actions
The actions associated with this NavGraphViewHierarchicalNode.
Declaration
public List<NavAction> actions { get; set; }
Property Value
Type | Description |
---|---|
List<NavAction> |
label
The label of this NavGraphViewHierarchicalNode.
Declaration
public string label { get; set; }
Property Value
Type | Description |
---|---|
String |
parent
The parent of this NavGraphViewHierarchicalNode.
Declaration
public NavGraph parent { get; set; }
Property Value
Type | Description |
---|---|
NavGraph |