Offset
A 2D floating-point offset.
Properties
-
distance(float) –The magnitude of the offset.
-
filter_quality(FilterQuality | None) –The filter quality with which to apply this transform as a bitmap operation.
-
transform_hit_tests(bool) –Whether to apply the transformation when performing hit tests.
-
x(Number) –The horizontal offset.
-
y(Number) –The vertical offset.
Methods
-
copy–Returns a copy of this object with the specified properties overridden.
Properties#
filter_quality
class-attribute
instance-attribute
#
filter_quality: FilterQuality | None = None
The filter quality with which to apply this transform as a bitmap operation.
transform_hit_tests
class-attribute
instance-attribute
#
transform_hit_tests: bool = True
Whether to apply the transformation when performing hit tests.