Function godot::register::property::export_info_functions::export_range

pub fn export_range(
    min: f64,
    max: f64,
    step: Option<f64>,
    or_greater: bool,
    or_less: bool,
    exp: bool,
    radians: bool,
    degrees: bool,
    hide_slider: bool
) -> PropertyHintInfo