scroll property

scroll property

Gets or sets the scroll of the UV coordinate.

Definition:

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

See Also