inherited Pixim.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

  • Executes the registered task. This function is called automatically by Pixim.js every frame, so there is usually no need to execute this function separately.

    Parameters

    • e: ITickerData

    Returns void