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

GridRelationshipUtils

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: shared/utils/grid_relationship_utils.gd

Version: 6.0

class_name: GridRelationshipUtils extends: RefCounted

Signals

(none)

Exports

(none)

Methods

  • bind_entity_to_grid(entity: Entity, grid_entity: Entity) -> void
  • get_grid_entity(entity: Entity) -> Entity
  • get_grid_component_from_entity(entity: Entity) -> GridComponent
  • bind_grid_owner(grid_entity: Entity, owner_entity: Entity) -> void
  • bind_placeable_hierarchy(placeable_entity: Entity, grid_entity: Entity, owner_entity: Entity = null) -> void
  • bind_placement_session(session_entity: Entity, placeable_entity: Entity, grid_entity: Entity) -> void
  • query_placeables_for_owner_on_grid(owner_entity: Entity, grid_entity: Entity, world: World = null) -> Array