Class HitObjectAbstract

An object of a parsed beatmap.

Implements

Constructors

Properties

hitSound: HitSound = HitSound.Normal

Parsed hit sound data of a hit object.

hitType: HitType = HitType.Normal

Parsed hit type data of a hit object.

hitWindows: HitWindows = ...

Hit windows of this hit object.

kiai: boolean = false

The status of kiai mode at the current hit object.

nestedHitObjects: HitObject[] = []

Nested objects of the hit object.

samples: HitSample[] = []

The samples to be played when this hit object is hit.

startPosition: Vector2 = ...

The position at which the hit object starts.

startTime: number = 0

The time at which the hit object starts.

Accessors

Methods