@tawaship/pixim-animate-container - v3.0.0
    Preparing search index...

    Class CreatejsSprite

    inherited CreatejsSprite

    Hierarchy (View Summary)

    Index
    _off?: boolean
    alpha: number
    children?: ICreatejsSyncNode[]
    currentFrame: number
    regX: number
    regY: number
    rotation: number
    scaleX: number
    scaleY: number
    skewX: number
    skewY: number
    visible: boolean
    x: number
    y: number
    • The Pixi mirror is only updated through gotoAndStop, so the spritesheet animation must not self-advance when the original Sprite._tick runs (tick delegation would otherwise advance the createjs side alone and leave the display behind).

      Parameters

      • Optionaltime: number

      Returns void