Module rosu_map::section::hit_objects
source · Expand description
Types for the [HitObjects] section.
Modules§
- Audio-related types.
Structs§
- A curve with borrowed lists of path points and segment lengths.
- A curve with owned lists of path points and segment lengths.
- Collection of buffers required to calculate a
Curve. - A hit object of a
Beatmap. - A circle note
HitObject. - A hold note
HitObject. - A slider
HitObject. - A spinner
HitObject. - The type of a
HitObject. - Struct containing all data from a
.osufile’s[HitObjects],[Events],[Difficulty],[TimingPoints]and[General]section. - The parsing state for
HitObjectsinDecodeBeatmap. - Error when failing to parse a
HitObjectType. - A positional control point of a curve.
- The type of a
SliderPath’s segment. - A
HitObjectSliderevent as generated bySliderEventsIter. - Iterator over
SliderEvents for aHitObjectSlider. - The path of a
HitObjectSlider.
Enums§
- Additional data for a
HitObjectdepending on its type. - All the ways that parsing a
.osufile intoHitObjectscan fail. - The type of a
SliderEvent. - The specific type of a
PathType.