UNPKG

@itwin/frontend-devtools

Version:

Debug menu and supporting UI widgets

13 lines 441 B
/** @packageDocumentation * @module Effects */ import { Tool } from "@itwin/core-frontend"; /** This tool applies an explosion particle effect used for testing [ParticleCollectionBuilder]($frontend). * @beta */ export declare class ExplosionEffect extends Tool { static toolId: string; /** This method runs the tool, applying an explosion particle effect. */ run(): Promise<boolean>; } //# sourceMappingURL=Explosion.d.ts.map