Constant Float2#
Provides a constant 2D vector (two numbers: X and Y) that you can set.
Use this for fixed 2D coordinates, texture coordinates, or any pair of values.
Component Information#
Name:
ConstFloat2UI Name: Constant Float2
Version: 1
Categories: Constants
Input Properties#
Property |
Display Name |
Type |
IO Type |
Default Value |
Optional |
|---|---|---|---|---|---|
value |
Value |
Float2 |
Input |
[0.0, 0.0] |
No |
Value#
The constant 2D vector (X, Y).
Usage Notes#
This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.