Grid Placement

NameDisplayer

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/manipulation/name_displayer.gd

Version: 5.1

class_name: NameDisplayer extends: Resource

Summary

Name Displayer Resource

A simple resource for displaying names in the manipulation system. Used for test configurations and UI display purposes.

Signals

(none)

Exports

  • display_name
    • The display name to show
  • show_name
    • Whether to show the display name
  • font_size
    • Font size for the display
  • text_color
    • Text color for the display

Methods

  • _init()
  • get_formatted_name()
    • Get the formatted display name
  • has_valid_name()
    • Check if the displayer has a valid name to show