uv_rotation property

uv_rotation property

Gets or sets the rotation of the texture

Definition:

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

See Also