interface IParticlesBounce {
    horizontal: IValueWithRandom;
    vertical: IValueWithRandom;
}

Implemented by

Properties

Properties

horizontal: IValueWithRandom