API Documentation for: 0.2.8
Show:

pixiflash.Container Class

Extends PIXI.Container
Module: Pixi Flash

The class to emulate createjs.Container

Item Index

Methods

Properties

Methods

_tick

(
  • delta
)
protected

Defined in _tick:81

Parameters:

  • delta Number

    Time elapsed since the previous tick, in milliseconds.

Properties

tickChildren

Boolean

Defined in tickChildren:21

If false, the tick will not be propagated to children of this Container. 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