texture_coordinate property

texture_coordinate property

Gets or sets the texture coordinate.

Definition:

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

See Also