作る

HealthBarOptions

Options for configuring the rendered health bar.

HealthBarOptions

Options for configuring the rendered health bar.

Properties

maxValue?

maxValue?: number | undefined

Highest possible value. Defaults to 100.

width?

width?: string | undefined

CSS width, e.g. "200px".

height?

height?: string | undefined

CSS height, e.g. "20px".

fillColor?

fillColor?: string | undefined

Fill color for the remaining health portion.

backgroundColor?

backgroundColor?: string | undefined

Background color for the missing health portion.

showText?

showText?: boolean | undefined

Whether to overlay numeric text (default true).