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
- module
aspose.threed.render
- class
ITextureUnit
- class
Vector2
Gets or sets the scroll of the UV coordinate.
@property
def scroll(self):
...
@scroll.setter
def scroll(self, value):
...
aspose.threed.render
ITextureUnit
Vector2