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: Unity.AppUI.Navigation.dll
Syntax
public class NavGraphViewNode : ScriptableObject
Properties
guid
The GUID of this NavGraphViewNode.
Declaration
public string guid { get; set; }
Property Value
Type | Description |
---|---|
string |
position
The position of this NavGraphViewNode in the graph view.
Declaration
public Vector2 position { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |