interface ISlowParticleData {
    factor: number;
    inRange: boolean;
}

Properties

Properties

factor: number
inRange: boolean