Options
All
  • Public
  • Public/Protected
  • All
Menu

A section of a beatmap with extra information used for detecting three-finger usage.

Hierarchy

Index

Constructors

  • new ThreeFingerBeatmapSection(values: { dragFingerIndex: number; firstObjectIndex: number; isDragged: boolean; lastObjectIndex: number }): ThreeFingerBeatmapSection

Properties

dragFingerIndex: number

The index of the cursor that is dragging this section.

firstObjectIndex: number

The index of the first DifficultyHitObject of this beatmap section.

isDragged: boolean

Whether or not this beatmap section is dragged.

lastObjectIndex: number

The index of the last DifficultyHitObject of this beatmap section.

Generated using TypeDoc