Class NavArgumentKeyValuePair
NavArgumentKeyValuePair stores a key value pair of a navigation argument.
Inherited Members
Namespace: Unity.AppUI.Navigation
Syntax
[Serializable]
public class NavArgumentKeyValuePair
Fields
key
The key of the argument.
Declaration
[SerializeField]
public string key
Field Value
| Type | Description |
|---|---|
| String |
value
The value of the argument.
Declaration
[SerializeField]
public NavArgument value
Field Value
| Type | Description |
|---|---|
| NavArgument |