Grid Placement

PreviewFactory

AUTO-GENERATED (GDScript) API entry

AUTO-GENERATED FILE — DO NOT EDIT MANUALLY

Source: systems/building/components/preview_factory.gd

Version: 5.0

class_name: PreviewFactory extends: GBInjectable

Signals

(none)

Exports

(none)

Methods

  • create_with_injection(container: GBCompositionContainer) -> PreviewFactory
    • Get dependencies from container as single source of truth
  • resolve_gb_dependencies(p_config: GBCompositionContainer) -> bool
  • get_runtime_issues -> Array
  • _init(p_building_settings: BuildingSettings, p_logger: GBLogger)
  • instance_preview(p_placeable: Placeable, p_positioner: Node2D) -> Node2D