Class NavGraphViewNode
Representation of a 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 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 |