ui.Bar
ui.Bar
Inherits from: h2d.Object
Fields
| Name | Type | |
|---|---|---|
wrapperBar | h2d.Object | |
bg | h2d.ScaleGrid | |
primaryLeft | libs.heaps.slib.HSprite | |
primaryRight | libs.heaps.slib.HSprite | |
primary | libs.heaps.slib.HSprite | |
secondary | libs.heaps.slib.HSprite | |
secondaryLeft | libs.heaps.slib.HSprite | |
secondaryRight | libs.heaps.slib.HSprite | |
padX | I32 | |
padY | I32 | |
innerWid | I32 | |
innerHei | I32 | |
outerWid | I32 | |
outerHei | I32 | |
primaryPos | Virtual[from, to] | |
secondaryPos | Virtual[from, to] | |
text | ui.Text | |
icon | libs.heaps.slib.HSprite |
Protos
f@14765get_pixelScale(ui.Bar) → F64f@14766setText(ui.Bar, String) → Voidf@14767showLock(ui.Bar) → Voidf@14768showUnlock(ui.Bar) → Voidf@14769setInnerSize(ui.Bar, I32, I32) → Voidf@14770updatePrimary(ui.Bar, F64, F64) → Voidf@14771updateSecondary(ui.Bar, F64, F64) → Void
Bindings
- static
f@14772__constructor__(ui.Bar, String, h2d.Object) → Void