inherited PIXI.Container

Hierarchy

  • Container
    • Container

Implements

Constructors

Accessors

  • get createjsOverSpeed(): boolean

    Whether the playback speed of the createjs instance managed by this container can exceed 1.
    If the playback speed exceeds 1, more than 2 frames may progress in one process, but this may result in unexpected behavior depending on the frame script.

    Returns boolean

  • set createjsOverSpeed(value: boolean): void

    Whether the playback speed of the createjs instance managed by this container can exceed 1.
    If the playback speed exceeds 1, more than 2 frames may progress in one process, but this may result in unexpected behavior depending on the frame script.

    Parameters

    • value: boolean

    Returns void

Methods