Class NavGraphViewNode
Representation of a 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: solution.dll
Syntax
public class NavGraphViewNode : ScriptableObject
Properties
Name | Description |
---|---|
guid | The GUID of this NavGraphViewNode. |
position | The position of this NavGraphViewNode in the graph view. |