@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface ParticleConfig

    Particle system configuration 粒子系统配置

    interface ParticleConfig {
        emissionRate: Fixed;
        endColor: Color;
        endSize: Fixed;
        fadeIn: Fixed;
        fadeOut: Fixed;
        gravity: FixedVector2;
        lifetime: Fixed;
        maxParticles: number;
        startColor: Color;
        startSize: Fixed;
        startVelocity: FixedVector2;
        texture: ITexture;
        velocityVariation: FixedVector2;
    }
    Index

    Properties

    emissionRate: Fixed
    endColor: Color
    endSize: Fixed
    fadeIn: Fixed
    fadeOut: Fixed
    gravity: FixedVector2
    lifetime: Fixed
    maxParticles: number
    startColor: Color
    startSize: Fixed
    startVelocity: FixedVector2
    texture: ITexture
    velocityVariation: FixedVector2