flip_tex_coord_v property

flip_tex_coord_v property

Flip texture coordinate v(t) component, default value is true.

Definition:

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

See Also