Class: TransformBase

PIXI. TransformBase

Generic class to deal with traditional 2D matrix transforms

new PIXI.TransformBase()

Members

updateWorldTransform

Updates the values of the object and applies the parent's transform.

Methods

updateLocalTransform()

TransformBase does not have decomposition, so this function wont do anything

updateTransform(parentTransform)

Updates the values of the object and applies the parent's transform.

Name Type Description
parentTransform PIXI.TransformBase

The transform of the parent of this object