Interface IHasDistance

A hit object that has a positional length.

interface IHasDistance {
    distance: number;
    duration: number;
    endTime: number;
}

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.