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 |