voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
WorldRow
gui2
Undocumented in source.
struct
WorldRow {
this
(SaveInfo info);
@
Column
!
WorldRow
("Name", 200,
(
WorldRow
r
,
scope
SinkT
s
)
)
string
filename
;
@
Column
!
WorldRow
("Size", 60,
(
WorldRow
r
,
scope
SinkT
s
)
)
ulong
fileSize
;
}
Constructors
this
this
(SaveInfo info)
Undocumented in source.
Members
Variables
fileSize
ulong
fileSize
;
Undocumented in source.
filename
string
filename
;
Undocumented in source.
Meta
Source
See Implementation
gui2
classes
LauncherGui
functions
choosePopupRectHori
choosePopupRectVert
structs
JobItemWidget
ServerList
ServerRow
WorldList
WorldRow