enable_mip_map property

enable_mip_map property

Gets or sets if the mipmap is enabled for this texture

Definition:

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

See Also