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

GBCompositionContainer

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: resources/composition_container_resource.gd

Version: 6.0

class_name: GBCompositionContainer extends: Resource

Signals

(none)

Exports

  • config: Resource
    • ECS world reference for dependency injection
    • Initialize composition container with ECS world

Methods

  • _init(p_config: Resource = null, p_world: World = null)
  • validate_runtime -> bool
  • get_runtime_issues -> Array
  • _to_string -> String