Grid Placement
Development ⚠️ GridPlacement 6.0 (GECS) is in active development. This is the GDScript ECS architecture.

IndicatorFactory

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: infrastructure/factories/indicator_factory.gd

Version: 6.0

class_name: IndicatorFactory extends: Node

Signals

(none)

Exports

(none)

Methods

  • create_square(_size: Vector2i, _color: Color) -> Node2D
  • create_line(_start: Vector2i, _end: Vector2i, _color: Color) -> Node2D
  • reset_state -> void