Enum osu_format::HitObject [] [src]

pub enum HitObject {
    Circle {
        base: HitObjectBase,
    },
    Slider {
        base: HitObjectBase,
        slider_type: u32,
        repeat: u32,
        edge_hitsound: u32,
        edge_addition: u32,
    },
    Spinner {
        base: HitObjectBase,
        end_time: u32,
    },
    LongNote {
        base: HitObjectBase,
        end_time: u32,
    },
    Other(HitObjectBase),
}

Variants

Fields of Circle

Fields of Slider

Fields of Spinner

Fields of LongNote

Methods

impl HitObject
[src]

Trait Implementations

impl Debug for HitObject
[src]

Formats the value using the given formatter.