image_file_path property

image_file_path property

Gets or sets the texture image file path. This property is used only if ImageStream is not specified.

Definition:

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

See Also