API Documentation for: 0.2.8
Show:

pixiflash.DisplayObject Class

Mixins for the display objects used for bridging CreateJS over to PIXI.

Methods

cache

()

Defined in cache:304

Dummy function for CJS export compatibility

onShapeChanged

(
  • shape
)
private

Defined in onShapeChanged:313

Graphics object was updated on the shape dynamically, update the mask

Parameters:

Properties

_filters

Array

Defined in _filters:71

Private array of filters - for interpretation of CJS ColorFilters as PIXI tint

mask

pixiflash.Shape | pixiflash.Sprite

Defined in mask:239

The drawing graphics, these are necessary for the compability with EaselJS Flash exports.

regX

Number

Defined in regX:210

The x value of the registration, or pivot, point. This property provides parity with CreateJS display objects.

regY

Number

Defined in regY:224

The y value of the registration, or pivot, point. This property provides parity with CreateJS display objects.

rotation

Number

Defined in rotation:27

Rotation of the display object, with values in radians.

rotation

Number

Defined in rotation:167

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

Defined in scaleX:182

The x scale value of the display object. This property provides parity with CreateJS display objects.

scaleY

Number

Defined in scaleY:196

The y scale value of the display object. This property provides parity with CreateJS display objects.

skew

PIXI.Point

Defined in skew:21

x and y skew of the display object, with values in radians.

skewX

Number

Defined in skewX:139

The x skew value of the display object, in degrees. This property provides parity with CreateJS display objects.

skewY

Number

Defined in skewY:153

The y skew value of the display object, in degrees. This property provides parity with CreateJS display objects.

tickEnabled

Boolean

Defined in tickEnabled:41

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

Defined in tint:93

Tint to apply to this display object - Interpreted from CJS ColorFilter (multiplicative only)