Class NavGraphViewNode
Representation of a node in a Nav
Inherited Members
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 |