NameDisplayer
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
Name Displayer Resource
Source File: addons/grid_building/systems/manipulation/name_displayer.gd
Extends: Resource
Exported Properties
- Property:
display_name: String = ""- The display name to show - Property:
show_name: bool = true- Whether to show the display name - Property:
font_size: int = 12- Font size for the display - Property:
text_color: Color = Color.WHITE- Text color for the display
Public Methods
get_formatted_name
Get the formatted display name
has_valid_name
Check if the displayer has a valid name to show
Private Methods
_init
Flags: private