Vector3 node (constant)
Create a Vector3 constant value to use in your Logic script.
阅读时间1 分钟最后更新于 5 个月前
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. |