Interface IHasLegacyLastTickOffset

A type of hit object which may require the last tick to be offset. This is specific to osu!stable conversion, and should not be used elsewhere.

interface IHasLegacyLastTickOffset {
    legacyLastTickOffset?: number;
}

Hierarchy (view full)

Properties

legacyLastTickOffset?: number

Offset to the last tick.