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

PreviewGhostingSystem

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/placement/preview_ghosting_system.gd

Version: 6.0

class_name: PreviewGhostingSystem extends: System

Signals

(none)

Exports

(none)

Methods

  • query -> QueryBuilder
  • process(entities: Array, components: Array, delta: float) -> void
  • get_ghosted_preview_count -> int
  • _is_preview_entity(entity: Entity) -> bool
  • _apply_ghosting_to_node(node: Node) -> void
  • _track_preview(entity: Entity) -> void
  • _cleanup_invalid_tracking -> void