RapidGameFramework
Reusable Godot managers for data-driven small games
Loading...
Searching...
No Matches
guidance_panel Namespace Reference

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
 

Variable Documentation

◆ autowrap_mode

guidance_panel.autowrap_mode

Definition at line 51 of file guidance_panel.gd.

◆ bg_color

guidance_panel.bg_color

Definition at line 82 of file guidance_panel.gd.

◆ body

guidance_panel.body

Definition at line 18 of file guidance_panel.gd.

◆ border_color

guidance_panel.border_color

Definition at line 83 of file guidance_panel.gd.

◆ callback

guidance_panel.callback

Definition at line 41 of file guidance_panel.gd.

◆ close

guidance_panel.close

Definition at line 37 of file guidance_panel.gd.

◆ content_margin_bottom

guidance_panel.content_margin_bottom

Definition at line 89 of file guidance_panel.gd.

◆ content_margin_left

guidance_panel.content_margin_left

Definition at line 86 of file guidance_panel.gd.

◆ content_margin_right

guidance_panel.content_margin_right

Definition at line 87 of file guidance_panel.gd.

◆ content_margin_top

guidance_panel.content_margin_top

Definition at line 88 of file guidance_panel.gd.

◆ Control

guidance_panel.Control

Definition at line 22 of file guidance_panel.gd.

◆ custom_minimum_size

guidance_panel.custom_minimum_size

Definition at line 40 of file guidance_panel.gd.

◆ Dictionary

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.

◆ name

guidance_panel.name

Definition at line 15 of file guidance_panel.gd.

◆ panel

guidance_panel.panel

Definition at line 14 of file guidance_panel.gd.

◆ size_flags_horizontal

guidance_panel.size_flags_horizontal

Definition at line 16 of file guidance_panel.gd.

◆ style

guidance_panel.style

Definition at line 81 of file guidance_panel.gd.

◆ text

guidance_panel.text

Definition at line 31 of file guidance_panel.gd.

◆ title

guidance_panel.title = panel.get_node_or_null("Body/TitleRow/Title")

Definition at line 29 of file guidance_panel.gd.

◆ title_parent

guidance_panel.title_parent = title_row

Definition at line 28 of file guidance_panel.gd.

◆ title_row

guidance_panel.title_row

Definition at line 24 of file guidance_panel.gd.

◆ visible

guidance_panel.visible

Definition at line 43 of file guidance_panel.gd.