You can have as many health bars over your characters, enemies as you like with perfect performance.
你可以在你的角色和敌人身上设置尽可能多的健康条,而且性能完美
All healthbars drawn into one canvas and with only two draw calls.
Easy to use. Operations like adding, updating, removing healthbars can be done in single line of code.
Healthbars stays over your characters when they move.
You can provide your own healthbar look and it will use it as default. So its customizable.
It is performing excellent on mobile.
Has layering support so certain healthbars can stay on top of others when overlapping所有的健康条都画在一个画布上,只需调用两次。易于使用。添加、更新、删除健康条等操作只需一行代码即可完成