u property
u property
Gets or sets the U component if the Vector2 is used as a mapping coordinate.
It’s an alias of x component.
Definition:
@property
def u(self):
...
@u.setter
def u(self, value):
...
See Also
- module
aspose.threed.utilities - class
Vector2