Class DifficultyHitObject

Wraps a hit object and provides additional information to be used for difficulty calculation.

Constructors

Properties

baseObject: IHitObject
deltaTime: number

Amount of time elapsed between baseObject and lastObject, adjusted by clockrate.

endTime: number

Clockrate adjusted end time of baseObject.

index: number

The index of this DifficultyHitObject in the list of all DifficultyHitObjects.

lastObject: IHitObject

The last hit object which occurs before IHitObject.

startTime: number

Clockrate adjusted start time of baseObject.

Methods