v property

v property

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

Definition:

@property
def v(self):
    ...
@v.setter
def v(self, value):
    ...

See Also