Grid Placement

HighlightSettings

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/grid_targeting/highlight_settings.gd

Version: 5.0

class_name: HighlightSettings extends: GBResource

Signals

(none)

Exports

  • build_preview_color: Color = Color(.6, .6, 1, 0.8)
    • Validate that colors are properly set (not null/empty)
  • info_hover_color: Color = Color(0.6, 0.7, 0.7, 0.85)
    • Validate that colors are properly set (not null/empty)
  • move_valid_color = Color(.2, 1, 0.2, 1)
    • Validate that colors are properly set (not null/empty)
  • move_invalid_color = Color(1, 0.2, 0.2, 1)
    • Validate that colors are properly set (not null/empty)
  • active_manipulation_color = Color(0.2, 0.2, 1.0, 0.7)
    • Validate that colors are properly set (not null/empty)
  • demolish_valid_color = Color(.2, 1, 0.2, 1)
    • Validate that colors are properly set (not null/empty)
  • demolish_invalid_color = Color(1, 0.2, 0.2, 1)
    • Validate that colors are properly set (not null/empty)
  • reset_color = Color.WHITE
    • Validate that colors are properly set (not null/empty)

Methods

  • get_editor_issues -> Array
    • Validate that colors are properly set (not null/empty)
  • get_runtime_issues -> Array