Vector2Extensions.SetUniform
Extension Method in Vector2Extensions
Declaration
public static void SetUniform(this ref Vector2 vector, float value)Description
Sets all components of the vector to the given value.
Parameters
| vector | The vector to set. |
| value | The uniform component value. |