afxStatusBar
A GUI status bar for tracking and displaying health and energy of ShapeBase objects.
Public Attributes
Public Functions
void
Clear out any ShapeBase-derived object associated with the status-bar.
void
setProgress(float percentDone)
Set the progress percentage on the status-bar.
Detailed Description
A GUI status bar for tracking and displaying health and energy of ShapeBase objects.
Public Attributes
bool displayEnergy
...
LinearColorF fillColor
...
bool monitorPlayer
...
Public Functions
clearShape()
Clear out any ShapeBase-derived object associated with the status-bar.
setProgress(float percentDone)
Set the progress percentage on the status-bar.
setShape(ShapeBase shape)
Associate a ShapeBase-derived object with the status-bar.