image_stream property

image_stream property

Gets or sets the texture image stream. If this property is specified it is always used instead ImageFilePath.

Definition:

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

See Also