space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.model
/
Hud
Hud
common
@
Serializable
data
class
Hud
(
val
stats
:
Map
<
String
,
Float
>
,
val
notifications
:
List
<
HudNotification
>
=
emptyList()
)
Content copied to clipboard
Constructors
Properties
Constructors
Hud
Link copied to clipboard
common
fun
Hud
(
stats
:
Map
<
String
,
Float
>
,
notifications
:
List
<
HudNotification
>
=
emptyList()
)
Content copied to clipboard
Properties
notifications
Link copied to clipboard
common
val
notifications
:
List
<
HudNotification
>
Content copied to clipboard
stats
Link copied to clipboard
common
val
stats
:
Map
<
String
,
Float
>
Content copied to clipboard
stats
Wrapper
Link copied to clipboard
common
val
statsWrapper
:
HudStatsWrapper
Content copied to clipboard