Dictionary Value
Last updated
Last updated
The Dictionary Value Node defines a Dictionary by setting its (key, value) pairings.
Scope: Project, Scene, Function, Prefab.
Inputs
- The number of Input elements you wish to add to the Attribute section. Each Input element represents a (key, value) pair that is added to the Dictionary Value Node. The pairs in this section are used if no Dictionary is provided to the Input Node. The format of the section is the following:
Attribute | Type | Description |
---|---|---|
| String | The |
| Drop-down | The |
| Defined in the | The |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| Dictionary | A Dictionary you wish to add to the Dictionary Value Node. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Dictionary | The Dictionary holding the ( |
Fundamentals of data structures: Dictionaries on Wikibooks.
Associative Array on Wikipedia.