Class NavGraphViewHierarchicalNode
Representation of a hierarchical node in a NavGraph.
Inherited Members
      Object.FindObjectsByType<T>(FindObjectsSortMode)
    
    
    
      Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
    
    
    
    
      Object.FindFirstObjectByType<T>()
    
    
      Object.FindAnyObjectByType<T>()
    
    
      Object.FindFirstObjectByType<T>(FindObjectsInactive)
    
    
      Object.FindAnyObjectByType<T>(FindObjectsInactive)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  Namespace: Unity.AppUI.Navigation
Assembly: Unity.AppUI.Navigation.dll
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 |