void SetValue(
f32 x,
f32 y,
f32 z,
f32 w
);
| Name | Description | |
|---|---|---|
| in | x | The X coordinate of the value to set. |
| in | y | The X coordinate of the value to set. |
| in | z | The Z coordinate of the value to set. |
| in | w | The W coordinate of the value to set. |
Sets the value when the type is TYPE_FLOAT2.
CONFIDENTIAL