Class type Transform-PIXI._t
method localTranform#=: Js.Internal.meth([ `Arity_1(PIXI.Matrix.t) ], unit)The local transformation matrix.
method localTranform: PIXI.Matrix.tThe local transformation matrix.
method pivot#=: Js.Internal.meth([ `Arity_1(PIXI.ObservablePoint.t) ], unit)The pivot point of the displayObject that it rotates around
method pivot: PIXI.ObservablePoint.tThe pivot point of the displayObject that it rotates around
method position#=: Js.Internal.meth([ `Arity_1(PIXI.ObservablePoint.t) ], unit)The coordinate of the object relative to the local coordinates of the parent
method position: PIXI.ObservablePoint.tThe coordinate of the object relative to the local coordinates of the parent
method scale#=: Js.Internal.meth([ `Arity_1(PIXI.ObservablePoint.t) ], unit)The scale factor of the object
method scale: PIXI.ObservablePoint.tThe scale factor of the object
method skew#=: Js.Internal.meth([ `Arity_1(PIXI.ObservablePoint.t) ], unit)The skew amount, on the x and y axis
method skew: PIXI.ObservablePoint.tThe skew amount, on the x and y axis
method worldTransform#=: Js.Internal.meth([ `Arity_1(PIXI.Matrix.t) ], unit)The world transformation matrix
method worldTransform: PIXI.Matrix.tThe world transformation matrix
method setFromMatrix: Js.Internal.meth([ `Arity_1(PIXI.Matrix.t) ], unit)Decomposes a matrix and sets the transforms properties based on it
- parameter matrix
The matrix to decompose
method updateLocalTransform: Js.Internal.meth([ `Arity_0 ], unit)Updates the local transformation matrix
method updateTransform: Js.Internal.meth([ `Arity_1(Js.t(_t)) ], unit)Updates the local and the world transformation matrices
- parameter parentTransform
The parent transform