Members
- 
    localTransform PIXI.Matrix
- 
    
    The local matrix transform 
- 
    
    Updates the values of the object and applies the parent's transform. 
- 
    worldTransform PIXI.Matrix
- 
    
    The global matrix transform. It can be swapped temporarily by some functions like getLocalBounds() 
Methods
- 
    
    
    TransformBase does not have decomposition, so this function wont do anything 
- 
    
    
    Updates the values of the object and applies the parent's transform. Name Type Description parentTransformPIXI.TransformBase The transform of the parent of this object