interface IBounce {
    distance: number;
}

Implemented by

Properties

Properties

distance: number