Decompose Vector2#
Splits a Vector2 into two separate numbers.
Component Information#
Name:
DecomposeVector2UI Name: Decompose Vector2
Version: 1
Categories: Transform
Input Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
vector |
Vector |
Float2 |
Input |
[0.0, 0.0] |
No |
Vector#
The vector to decompose.
Output Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
x |
X |
Float |
Output |
0.0 |
No |
y |
Y |
Float |
Output |
0.0 |
No |
X#
The X component of the vector.
Y#
The Y component of the vector.
Usage Notes#
This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.