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 = true
Whether to show the display name
font_size: int = 12
Font size for the display
text_color: Color = Color.WHITE
Text 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 ) -> void
func get_formatted_name( ) -> String
Get the formatted display name
func has_valid_name( ) -> bool
Check 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.