Skip to main content
Version: 3.9.0

Combine

combine

Use Combine to pack numbers to a vector. Combine is in the Utility category.

Input

NameData TypeDescription
XDoubleNumber to pack.
YDoubleNumber to pack.

Output

NameData TypeDescription
OutputVector2fThe output vector.

Example

combine example

In order to control the rotation of a cube along its Y axis, use the Combine node to pack a float that changes over time with another two to a vector.

combine node