Preparing search index...
The search index is not available
typescript-to-gsc
typescript-to-gsc
hud_element
HudOptions
Interface HudOptions
Description
A set of options for the HudElement to use.
interface
HudOptions
{
alpha
?:
number
;
color
?:
{
b
:
number
;
g
:
number
;
r
:
number
;
}
;
font
:
Font
;
hidewhendead
?:
boolean
;
hidewheninmenu
?:
boolean
;
label
?:
string
;
name
:
string
;
point
:
Point
;
text
?:
string
;
type
?:
"string"
|
"number"
;
value
?:
number
;
}
Index
Properties
alpha?
color?
font
hidewhendead?
hidewheninmenu?
label?
name
point
text?
type?
value?
Properties
Optional
alpha
alpha
?:
number
Optional
color
color
?:
{
b
:
number
;
g
:
number
;
r
:
number
;
}
Type declaration
b
:
number
g
:
number
r
:
number
font
font
:
Font
Optional
hidewhendead
hidewhendead
?:
boolean
Optional
hidewheninmenu
hidewheninmenu
?:
boolean
Optional
label
label
?:
string
name
name
:
string
point
point
:
Point
Optional
text
text
?:
string
Optional
type
type
?:
"string"
|
"number"
Optional
value
value
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
alpha
color
font
hidewhendead
hidewheninmenu
label
name
point
text
type
value
typescript-to-gsc
core
entity
hud_element
level
lists
fonts
perks
weapons
player
Generated using
TypeDoc
Description
A set of options for the HudElement to use.