Module bevy_health_bar3d::configuration

source ·

Structs§

  • Describes the border of a bar. Defaults to no border
  • Component to configure a bar
  • Resource to customize the appearance of bars per tracked component type.

Enums§

  • Describes the height of the bar
  • Describes the orientation a bar
  • ForegroundColor enum. The foreground color can either be static or a tri-color spectrum The tri-color spectrum defines three colors: high, moderate, and low. The high color is applied when the tracked component’s value is more than or equal to 80%, moderate when it’s between 40% and 80%, and low when it is less than 40%.

Traits§

  • Trait implemented by the component to be tracked by the health bar