interface IEmitter {
    matrixWorld: any;
    system: IParticleSystem;
    uuid: string;
    visible: boolean;
}

Properties

matrixWorld: any
uuid: string
visible: boolean