pixiflash.DisplayObject Class
Mixins for the display objects used for bridging CreateJS over to PIXI.
Item Index
Methods
Methods
cache
()
Dummy function for CJS export compatibility
onShapeChanged
-
shape
Graphics object was updated on the shape dynamically, update the mask
Parameters:
-
shape
pixiflash.Shape
Properties
mask
pixiflash.Shape | pixiflash.Sprite
The drawing graphics, these are necessary for the compability with EaselJS Flash exports.
regX
Number
The x value of the registration, or pivot, point. This property provides parity with CreateJS display objects.
regY
Number
The y value of the registration, or pivot, point. This property provides parity with CreateJS display objects.
rotation
Number
The rotation of the display object, in degrees. This overrides the radian degrees of the PIXI display objects so that tweening exported from Flash will work correctly.
scaleX
Number
The x scale value of the display object. This property provides parity with CreateJS display objects.
scaleY
Number
The y scale value of the display object. This property provides parity with CreateJS display objects.
skew
PIXI.Point
x and y skew of the display object, with values in radians.
skewX
Number
The x skew value of the display object, in degrees. This property provides parity with CreateJS display objects.
skewY
Number
The y skew value of the display object, in degrees. This property provides parity with CreateJS display objects.
tickEnabled
Boolean
If false, the tick will not run on this display object (or its children). This can provide some performance benefits. In addition to preventing the "tick" event from being dispatched, it will also prevent tick related updates on some display objects (ex. Sprite & MovieClip frame advancing, DOMElement visibility handling).
Default: true
tint
UInt
Tint to apply to this display object - Interpreted from CJS ColorFilter (multiplicative only)