Function rust_rpg_toolkit::render::helpers::draw_progress_bar[][src]

pub fn draw_progress_bar(
    current_value: f32,
    max_value: f32,
    position: Vec2,
    length: f32,
    height: f32,
    color: Color,
    bg_color: Color,
    border: f32,
    alignment: HorizontalAlignment,
    text: Option<&str>,
    text_params: Option<TextParams>
)