ONE
A constant representing a vector with all components set to one (1, 1).
This is a Vector2 instance with both its x and y components initialized to 1.0f. It can be useful as a basis for scaling operations, as a default non-zero vector, or in situations where a vector with all components equal to one is required.