CardButton
Inherits: PanelContainer
Properties
| Type | Name | Default |
|---|---|---|
| bool | disabled | false |
| String | text | "Button" |
| LabelSettings | label_settings | |
| int | horizontal_alignment | 1 |
| int | vertical_alignment | 1 |
| int | autowrap_mode | |
| bool | uppercase | true |
| float | highlight_speed | 0.1 |
| Variant | focus_audio | "res://assets/audio/interface/536764__egomassive__toss.ogg" |
| Variant | select_audio | "res://assets/audio/interface/96127__bmaczero__contact1.ogg" |
| bool | click_focuses | false |
| Tween | tween | |
| Variant | focus_audio_stream | load(...) |
| Variant | select_audio_stream | load(...) |
| Label | label | |
| TextureRect | highlight |
Property Descriptions
disabled
bool disabled = false
Note
There is currently no description for this property. Please help us by contributing one!
text
String text = "Button"
Note
There is currently no description for this property. Please help us by contributing one!
label_settings
LabelSettings label_settings
Note
There is currently no description for this property. Please help us by contributing one!
horizontal_alignment
int horizontal_alignment = 1
Note
There is currently no description for this property. Please help us by contributing one!
vertical_alignment
int vertical_alignment = 1
Note
There is currently no description for this property. Please help us by contributing one!
autowrap_mode
int autowrap_mode
Note
There is currently no description for this property. Please help us by contributing one!
uppercase
bool uppercase = true
Note
There is currently no description for this property. Please help us by contributing one!
highlight_speed
float highlight_speed = 0.1
Note
There is currently no description for this property. Please help us by contributing one!
focus_audio
Variant focus_audio = "res://assets/audio/interface/536764__egomassive__toss.ogg"
Note
There is currently no description for this property. Please help us by contributing one!
select_audio
Variant select_audio = "res://assets/audio/interface/96127__bmaczero__contact1.ogg"
Note
There is currently no description for this property. Please help us by contributing one!
click_focuses
bool click_focuses = false
Note
There is currently no description for this property. Please help us by contributing one!
tween
Tween tween
Note
There is currently no description for this property. Please help us by contributing one!
focus_audio_stream
Variant focus_audio_stream = load(...)
Note
There is currently no description for this property. Please help us by contributing one!
select_audio_stream
Variant select_audio_stream = load(...)
Note
There is currently no description for this property. Please help us by contributing one!
label
Label label
Note
There is currently no description for this property. Please help us by contributing one!
highlight
TextureRect highlight
Note
There is currently no description for this property. Please help us by contributing one!