ProgressBar

Inherits: Range < Control < CanvasItem < Node < Object

通用进度条。

描述

通用进度条。从右向左显示百分比。

属性

bool

percent_visible

true

int

size_flags_vertical

0 (overrides Control)

float

step

0.01 (overrides Range)

主题属性

Color

font_color

Color( 0.94, 0.94, 0.94, 1 )

Color

font_color_shadow

Color( 0, 0, 0, 1 )

Font

font

StyleBox

bg

StyleBox

fg

属性说明

  • bool percent_visible

Default

true

Setter

set_percent_visible(value)

Getter

is_percent_visible()

true 时,将在进度条上显示百分比。

Theme Property Descriptions

Default

Color( 0.94, 0.94, 0.94, 1 )

文本的颜色。


Default

Color( 0, 0, 0, 1 )

文本阴影的颜色。


percent_visibletrue 时,用于绘制填充百分比的字体。


背景的样式。


进度的样式(即填充进度条的部分)。