NameDisplayer
Summary
Section titled “Summary”Name Displayer Resource
A simple resource for displaying names in the manipulation system. Used for test configurations and UI display purposes.
Properties
Section titled “Properties”display_name: String = ""The display name to show
show_name: bool = trueWhether to show the display name
font_size: int = 12Font size for the display
text_color: Color = Color.WHITEText color for the display
Methods
Section titled “Methods”func _init( p_display_name: String, p_show_name: bool, p_font_size: int, p_text_color: Color ) -> voidfunc get_formatted_name( ) -> StringGet the formatted display name
func has_valid_name( ) -> boolCheck if the displayer has a valid name to show
Source
Section titled “Source”addons/grid_building/systems/manipulation/name_displayer.gd
This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.