Interface IHasPath

A hit object with path.

interface IHasPath {
    distance: number;
    duration: number;
    endTime: number;
    path: SliderPath;
}

Hierarchy (view full)

Properties

distance: number

The positional length of the hit object.

duration: number

The duration of the hit object.

endTime: number

The time at which the hit object ends.

The curve.