Interface IHasY

A hit object with Y-position.

interface IHasY {
    endX: number;
    startY: number;
}

Hierarchy (view full)

Properties

Properties

endX: number

Ending Y-position of the hit object.

startY: number

Starting Y-position of the hit object.