Vector2.V

Vector2.V property

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

public double V { get; set; }

See Also