export_texture_coordinates property

export_texture_coordinates property

Gets or sets whether to export texture coordinates.

Definition:

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

See Also