ui.UIDlc
ui.UIDlc
Inherits from: ui.Process
Fields
| Name | Type | |
|---|---|---|
ts | pr.TitleScreen | |
controller | tool.ControllerAccess | |
fb | ui.FlowBox | |
title | ui.Text | |
selection | h2d.ScaleGrid | |
dlcs | hl.types.ArrayObj | |
mask | h2d.Mask | |
inter | h2d.Interactive | |
fMenu | h2d.Flow | |
curDLCId | I32 | |
boxScroller | ui.UIBox | |
sliderScroller | libs.heaps.slib.HSprite |
Protos
f@34521select(ui.UIDlc, I32, Ref) → Voidf@34522hasScroll(ui.UIDlc) → Boolf@34523moveSelection(ui.UIDlc) → Voidf@34524blur(ui.UIDlc, Ref, Ref) → Voidf@34525unblur(ui.UIDlc) → Voidf@34526onDispose(ui.UIDlc) → Voidf@34527onResize(ui.UIDlc) → Voidf@34528update(ui.UIDlc) → Voidf@34529onCancel(ui.UIDlc) → Voidf@34530postUpdate(ui.UIDlc) → Void
Bindings
- static
f@34532__constructor__(ui.UIDlc, pr.TitleScreen) → Void