Class NavArgumentKeyValuePair
NavArgumentKeyValuePair stores a key value pair of a navigation argument.
Inherited Members
Namespace: Unity.AppUI.Navigation
Assembly: Unity.AppUI.Navigation.dll
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 |