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 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.