Grid Placement

NameDisplayer

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/manipulation/name_displayer.gd

Version: 5.0

class_name: NameDisplayer extends: Resource

Signals

(none)

Exports

  • display_name: String = ""
    • Whether to show the display name
    • Font size for the display
    • Text color for the display
  • show_name: bool = true
    • Font size for the display
    • Text color for the display
  • font_size: int = 12
    • Text color for the display
  • text_color: Color = Color.WHITE

Methods

  • _init(p_display_name: String = "", p_show_name: bool = true, p_font_size: int = 12, p_text_color: Color = Color.WHITE) -> void
  • get_formatted_name -> String
  • has_valid_name -> bool