Vector2 node (constant)
Create a 2D vector that doesn't change.
Read time 1 minuteLast updated 2 days ago
Use the Vector2 constant node to create a 2D vector that doesn't change. It’s useful for positions or directions on a flat plane (X and Y), such as User Interface (UI) coordinates or 2D movement.
Sockets
Socket | Type | Description |
---|---|---|
X |
| The horizontal component. |
Y |
| The vertical component. |