texture_index property

texture_index property

Gets or sets the texture index.

Definition:

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

See Also