u_wrap property

u_wrap property

Gets or sets the wrap mode for texture’s U coordinate.

Definition:

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

See Also