SynchronizedTransform

SynchronizedTransform

An extension of PIXI.Transform. This uses a different DisplayObject than the current parent as the reference for the worldTransform.

Constructor

new SynchronizedTransform()

Extends

  • PIXI.Transform

Members

reference :PIXI.Transform

A Transform instance which defines the reference point for the worldTransform

Type:
  • PIXI.Transform

synchronizedAttributes :string

A list of attributes from the transform reference which should be synchronized

Type:
  • string

Methods

updateLocalTransform()

updateTransform()