Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the hit window of osu!standard.

Hierarchy

Index

Constructors

Properties

overallDifficulty: number

The overall difficulty of this hit window.

Methods

  • hitWindowFor100(): number
  • hitWindowFor300(): number
  • hitWindowFor50(): number
  • hitWindow100ToOD(value: number): number
  • Calculates the overall difficulty value of a good hit window.

    Parameters

    • value: number

      The value of the hit window, in milliseconds.

    Returns number

    The overall difficulty value.

  • hitWindow300ToOD(value: number): number
  • Calculates the overall difficulty value of a great hit window.

    Parameters

    • value: number

      The value of the hit window, in milliseconds.

    Returns number

    The overall difficulty value.

  • hitWindow50ToOD(value: number): number
  • Calculates the overall difficulty value of a meh hit window.

    Parameters

    • value: number

      The value of the hit window, in milliseconds.

    Returns number

    The overall difficulty value.

Generated using TypeDoc