Interface IHasCombo

A hit object that is part of a combo.

interface IHasCombo {
    comboOffset: number;
    isNewCombo: boolean;
}

Hierarchy (view full)

Properties

comboOffset: number

When starting a new combo, the offset of the new combo relative to the current one.

isNewCombo: boolean

Whether the hit object starts a new combo.