new PIXI.Transform()
Extends
Members
-
rotation
-
Set the rotation of the transform.
-
updateWorldTransform
-
Updates the values of the object and applies the parent's transform.
Methods
-
setFromMatrix(matrix)
-
Decomposes a matrix and sets the transforms properties based on it.
Name Type Description matrixPIXI.Matrix The matrix to decompose
-
updateLocalTransform()
-
Updates only local matrix
-
updateTransform(parentTransform)
-
Updates the values of the object and applies the parent's transform.
Name Type Description parentTransformPIXI.Transform The transform of the parent of this object