Expand description
Types for the [HitObjects] section.
Modules§
- hit_
samples - Audio-related types.
Structs§
- Borrowed
Curve - A curve with borrowed lists of path points and segment lengths.
- Curve
- A curve with owned lists of path points and segment lengths.
- Curve
Buffers - Collection of buffers required to calculate a
Curve. - HitObject
- A hit object of a
Beatmap. - HitObject
Circle - A circle note
HitObject. - HitObject
Hold - A hold note
HitObject. - HitObject
Slider - A slider
HitObject. - HitObject
Spinner - A spinner
HitObject. - HitObject
Type - The type of a
HitObject. - HitObjects
- Struct containing all data from a
.osufile’s[HitObjects],[Events],[Difficulty],[TimingPoints]and[General]section. - HitObjects
State - The parsing state for
HitObjectsinDecodeBeatmap. - Parse
HitObject Type Error - Error when failing to parse a
HitObjectType. - Path
Control Point - A positional control point of a curve.
- Path
Type - The type of a
SliderPath’s segment. - Slider
Event - A
HitObjectSliderevent as generated bySliderEventsIter. - Slider
Events Iter - Iterator over
SliderEvents for aHitObjectSlider. - Slider
Path - The path of a
HitObjectSlider.
Enums§
- HitObject
Kind - Additional data for a
HitObjectdepending on its type. - Parse
HitObjects Error - All the ways that parsing a
.osufile intoHitObjectscan fail. - Slider
Event Type - The type of a
SliderEvent. - Spline
Type - The specific type of a
PathType.