godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
LinkButton.GDNativeClassBinding
godot
linkbutton
LinkButton
Undocumented in source.
struct
LinkButton
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_text")
GodotMethod
!(
String
)
getText
;
__gshared
@
GodotName
("get_underline_mode")
GodotMethod
!(
LinkButton
.
UnderlineMode
)
getUnderlineMode
;
__gshared
@
GodotName
("set_text")
GodotMethod
!(
void
,
String
)
setText
;
__gshared
@
GodotName
("set_underline_mode")
GodotMethod
!(
void
,
long
)
setUnderlineMode
;
}
Members
Static variables
getText
GodotMethod
!(
String
)
getText
;
Undocumented in source.
getUnderlineMode
GodotMethod
!(
LinkButton
.
UnderlineMode
)
getUnderlineMode
;
Undocumented in source.
setText
GodotMethod
!(
void
,
String
)
setText
;
Undocumented in source.
setUnderlineMode
GodotMethod
!(
void
,
long
)
setUnderlineMode
;
Undocumented in source.
Meta
Source
See Implementation
godot
linkbutton
LinkButton
aliases
BaseClasses
enums
Constants
UnderlineMode
functions
getText
getUnderlineMode
opAssign
opEquals
setText
setUnderlineMode
toHash
properties
text
underline
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name