Interface IHasX

A hit object with X-position.

interface IHasX {
    endX: number;
    startX: number;
}

Hierarchy (view full)

Properties

Properties

endX: number

Ending X-position of the hit object.

startX: number

Starting X-position of the hit object.