Combine

Use Combine to pack numbers to a vector. Combine is in the Utility category.
Input
| Name | Data Type | Description | 
|---|---|---|
| X | Double | Number to pack. | 
| Y | Double | Number to pack. | 
Output
| Name | Data Type | Description | 
|---|---|---|
| Output | Vector2f | The output vector. | 
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.
