This node stores vector data, just like Number stores a numerical value. The Vector is three individual values commonly used to save or send position data.
Individual values can be extracted from the Vector node with the Vector Separator.
Execute | Executes the node |
↳ On Start | Executes the node at the start of the game |
Enabled | Enable or disable the node. Disabled nodes cannot be executed |
Vector | Input vectors from other nodes like a Value Inspector |
X / Y / Z | Manually set the individual values for each axis. Note: These values will be overwritten if a vector is input from another node. |
Output Vector | Outputs the stored vector when executed |