UNPKG

@phaserjs/phaser

Version:
7 lines 235 B
import { IShaderConfig } from './IShaderConfig'; export interface IFXShaderConfig extends IShaderConfig { timeUniform?: string; resolutionUniform?: string; timeScale?: number; } //# sourceMappingURL=IFXShaderConfig.d.ts.map