StatusPanel
Inherits: VBoxContainer
Properties
| Type | Name | Default |
|---|---|---|
| Dictionary | status_texture_map | {...} |
| String | title | "Setting" |
| String | description | "Description" |
| int | status | 0 |
| String | color | "green" |
| Label | label | |
| Label | description_label | |
| TextureRect | texture_rect | |
| PanelContainer | panel |
Property Descriptions
status_texture_map
Dictionary status_texture_map = {...}
Note
There is currently no description for this property. Please help us by contributing one!
title
String title = "Setting"
Note
There is currently no description for this property. Please help us by contributing one!
description
String description = "Description"
Note
There is currently no description for this property. Please help us by contributing one!
status
int status = 0
Note
There is currently no description for this property. Please help us by contributing one!
color
String color = "green"
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!
description_label
Label description_label
Note
There is currently no description for this property. Please help us by contributing one!
texture_rect
TextureRect texture_rect
Note
There is currently no description for this property. Please help us by contributing one!
panel
PanelContainer panel
Note
There is currently no description for this property. Please help us by contributing one!