Skip to content
ct

Class

GridBuildingAnalyzer

Generated GDScript class reference for GridPlacement.GridBuildingAnalyzer.

Status
Draft
Version
v6.0
Updated
Development docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

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 BuildingSystem, GridTargetingService, 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 RefCounted

Members

NameKindSummary
analyze_sceneMethod