Vector2.U

Vector2.U property

Gets or sets the U component if the Vector2 is used as a mapping coordinate. It’s an alias of x component.

public double U { get; set; }

See Also