Vector3 node (constant)
Create a Vector3 constant value to use in your Logic script.
Read time 1 minuteLast updated 2 days ago
Use the Vector3 constant node to create a 3D vector that doesn't change. It’s useful for positions, directions, or movement in 3D space (X, Y, Z).
Sockets
Socket | Type | Description |
---|---|---|
X |
| The horizontal component. |
Y |
| The vertical component. |
Z |
| The depth component. |