texture property

texture property

Gets or sets the texture.

Definition:

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

See Also