onWidth(onWidth): void
onWidth
void
Register a callback that returns the width of this HUD element.
Function
Function returning the width in pixels.
hudManager.onWidth(() => { return 100; });
Last updated 13 days ago