기술 자료

지원

Vector2 node (constant)

Create a 2D vector that doesn't change.
읽는 시간 1분최근 업데이트: 5일 전

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
Float
The horizontal component.
Y
Float
The vertical component.