interface IEmitterModeRandomOptions {
    count: number;
    enable: boolean;
}

Properties

Properties

count: number
enable: boolean