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

PreviewPhysicsSystem

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/placement/preview_physics_system.gd

Version: 6.0

class_name: PreviewPhysicsSystem extends: System

Signals

(none)

Exports

(none)

Methods

  • query -> QueryBuilder
  • process(entities: Array, components: Array, delta: float) -> void
  • _is_preview_entity(entity: Entity) -> bool
  • _disable_collision_for_node(node: Node) -> void
  • _disable_behavior_components(entity: Entity) -> void
  • _has_is_active_property(component: Component) -> bool