Grid Placement

PlaceableUIInteraction

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: ui/placeable/shared/placeable_ui_interaction.gd

Version: 5.0

class_name: PlaceableUIInteraction extends: RefCounted

Signals

  • clicked
    • Handle click events by emitting signal
  • func

Exports

(none)

Methods

  • init(control: Control) -> void
  • _load_theme_styles -> void
  • _create_fallback_styles -> void
    • Normal state - subtle background with light border
  • _connect_signals -> void
  • _apply_normal_style -> void
  • _apply_hover_style -> void
  • _apply_pressed_style -> void
  • _on_mouse_entered -> void
  • _on_mouse_exited -> void
  • _on_gui_input(event: InputEvent) -> void
  • _on_click -> void
  • cleanup -> void