Interface IParticleSystem

Particle System Source

interface IParticleSystem {
    system: any;
    on: string;
    rotate_with_die: boolean;
}

Properties

system: any
on: string
rotate_with_die: boolean

Generated using TypeDoc