Const
Character Identity Nameplate.
Renders a floating UI element above characters with their name, title, level, and health status. Features distance-based auto-fading.
<Nameplate name="Guard Captain" level={45} guild="Royal Guard" healthBar={{ value: 100, maxValue: 100 }}/> Copy
<Nameplate name="Guard Captain" level={45} guild="Royal Guard" healthBar={{ value: 100, maxValue: 100 }}/>
Character Identity Nameplate.
Renders a floating UI element above characters with their name, title, level, and health status. Features distance-based auto-fading.