Extends
Members
-
localTransform SINT.Matrix inherited overrides
-
The local matrix transform
-
pivot SINT.ObservablePoint
-
The pivot point of the displayObject that it rotates around.
-
position SINT.ObservablePoint
-
The coordinate of the object relative to the local coordinates of the parent.
-
The rotation of the object in radians.
-
scale SINT.ObservablePoint
-
The scale factor of the object.
-
skew SINT.ObservablePoint
-
The skew amount, on the x and y axis.
-
Updates the values of the object and applies the parent's transform.
-
worldTransform SINT.Matrix inherited overrides
-
The global matrix transform. It can be swapped temporarily by some functions like getLocalBounds()
Methods
-
Decomposes a matrix and sets the transforms properties based on it.
Name Type Description matrix
SINT.Matrix The matrix to decompose
-
updateLocalTransform () overrides
-
Updates only local matrix
-
updateTransform (parentTransform) overrides
-
Updates the values of the object and applies the parent's transform.
Name Type Description parentTransform
SINT.Transform The transform of the parent of this object