@urso/revolt-fx
Version:
Particle and Effect System for Pixi.js
11 lines (10 loc) • 329 B
TypeScript
import * as PIXI from 'pixi.js';
import { FX } from "./FX";
export declare class MovieClip extends PIXI.AnimatedSprite {
componentId: string;
__sequenceEndTime: number;
__fx: FX;
constructor(componentId: string, textures: string[], anchorX?: number, anchorY?: number);
recycle(): void;
dispose(): void;
}