file_name property

file_name property

Gets or sets the associated texture file.

Definition:

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

See Also