clik-engine API
    Preparing search index...

    Variable AdvancedParticlePresetsConst

    AdvancedParticlePresets: {
        blood(textureKey: string): ParticlePresetConfig;
        confetti(textureKey: string): ParticlePresetConfig;
        dust(textureKey: string): ParticlePresetConfig;
        fire(textureKey: string): ParticlePresetConfig;
        lightning(textureKey: string): ParticlePresetConfig;
        magic(textureKey: string): ParticlePresetConfig;
        smoke(textureKey: string): ParticlePresetConfig;
        snow(textureKey: string): ParticlePresetConfig;
    } = ...

    Extended particle effect presets for common game scenarios. Each returns a ParticlePresetConfig for use with ParticleManager.createEmitter().

    Type Declaration