babylon.quarks - v0.19.0
    Preparing search index...

    Interface ParticleSystemEvent

    interface ParticleSystemEvent {
        particle?: IParticle;
        particleSystem: IParticleSystem;
        type: ParticleSystemEventType;
    }
    Index

    Properties

    particle?: IParticle
    particleSystem: IParticleSystem