is_tiling property

is_tiling property

Indicates whether tile picture as texture.

Definition:

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

See Also