|
RapidGameFramework
Reusable Godot managers for data-driven small games
|
Variables | |
| Dictionary | |
| Create a reusable guidance panel under the provided parent. | |
| panel | |
| name | |
| size_flags_horizontal | |
| body | |
| Control | |
| title_row | |
| title_parent = title_row | |
| title = panel.get_node_or_null("Body/TitleRow/Title") | |
| text | |
| close | |
| custom_minimum_size | |
| callback | |
| visible | |
| autowrap_mode | |
| style | |
| bg_color | |
| border_color | |
| content_margin_left | |
| content_margin_right | |
| content_margin_top | |
| content_margin_bottom | |
| guidance_panel.autowrap_mode |
Definition at line 51 of file guidance_panel.gd.
| guidance_panel.bg_color |
Definition at line 82 of file guidance_panel.gd.
| guidance_panel.body |
Definition at line 18 of file guidance_panel.gd.
| guidance_panel.border_color |
Definition at line 83 of file guidance_panel.gd.
| guidance_panel.callback |
Definition at line 41 of file guidance_panel.gd.
| guidance_panel.close |
Definition at line 37 of file guidance_panel.gd.
| guidance_panel.content_margin_bottom |
Definition at line 89 of file guidance_panel.gd.
| guidance_panel.content_margin_left |
Definition at line 86 of file guidance_panel.gd.
| guidance_panel.content_margin_right |
Definition at line 87 of file guidance_panel.gd.
| guidance_panel.content_margin_top |
Definition at line 88 of file guidance_panel.gd.
| guidance_panel.Control |
Definition at line 22 of file guidance_panel.gd.
| guidance_panel.custom_minimum_size |
Definition at line 40 of file guidance_panel.gd.
| guidance_panel.Dictionary |
Create a reusable guidance panel under the provided parent.
Update a panel created by this renderer.
Definition at line 13 of file guidance_panel.gd.
| guidance_panel.name |
Definition at line 15 of file guidance_panel.gd.
| guidance_panel.panel |
Definition at line 14 of file guidance_panel.gd.
| guidance_panel.size_flags_horizontal |
Definition at line 16 of file guidance_panel.gd.
| guidance_panel.style |
Definition at line 81 of file guidance_panel.gd.
| guidance_panel.text |
Definition at line 31 of file guidance_panel.gd.
| guidance_panel.title = panel.get_node_or_null("Body/TitleRow/Title") |
Definition at line 29 of file guidance_panel.gd.
| guidance_panel.title_parent = title_row |
Definition at line 28 of file guidance_panel.gd.
| guidance_panel.title_row |
Definition at line 24 of file guidance_panel.gd.
| guidance_panel.visible |
Definition at line 43 of file guidance_panel.gd.