image_data property

image_data property

Gets and sets image data of the bullet.

Definition:

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

See Also