Grid Building System Analysis Tool Provides detailed analysis of grid building system components for debugging. This is plugin-specific (not project-agnostic) and can safely reference grid building plugin classes like PlacementSystem, GridTargetingSystem, etc. Unlike the runtime scene analyzer which is project-agnostic, this analyzer is designed specifically for the grid building plugin and knows about all the plugin's internal classes and their expected configurations. Usage: var analyzer = GridBuildingAnalyzer.new() var analysis = analyzer.analyze_scene(scene_root) print(analysis)
Source: addons/grid_placement/debug/grid_building_analyzer.gd
Syntax
class GridBuildingAnalyzer extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
analyze_scene | Method | |
analysis | Property | |
injector_analysis | Property | |
systems_analysis | Property | |
positioner_analysis | Property | |
level_analysis | Property | |
issues_analysis | Property | |
analysis | Property | |
injector | Property | |
container | Property | |
analysis | Property | |
analysis | Property | |
host | Property | |
host_issues | Property | |
gts | Property | |
ms | Property | |
ts | Property | |
analysis | Property | |
positioner | Property | |
validation_issues | Property | |
analysis | Property | |
level_context | Property | |
level_containers | Property | |
container | Property | |
analysis | Property | |
issues | Property | |
host | Property | |
host_issues | Property | |
script_path | Property | |
script_file | Property | |
found | Property | |
found | Property |
Source
addons/grid_placement/debug/grid_building_analyzer.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs