scale property

scale property

Gets or sets the scale of the UV coordinate.

Definition:

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

See Also