GridTargetingDebugText
Summary
Section titled “Summary”[auto] GridTargetingDebugText class in the Grid Building system. Methods: 6, Properties: 1, Constants: 8.
Properties
Section titled “Properties”debug_output: RichTextLabel
Methods
Section titled “Methods”func _ready( ) -> voidfunc _process( _delta: float ) -> voidfunc resolve_gb_dependencies( p_container: GBCompositionContainer ) -> voidfunc _on_manager_changed( new_manager: IndicatorManager ) -> voidfunc set_indicator_position( p_position: Vector2 ) -> voidfunc clear_indicator_position( ) -> voidfunc update_collision_labels( p_indicator_manager: IndicatorManager ) -> voidfunc _render_debug( ) -> voidfunc _should_show_dependencies( ) -> boolfunc _update_map_line( ) -> voidfunc _on_target_map_changed( new_map: TileMapLayer ) -> voidfunc _update_indicator_line( p_manager: IndicatorManager ) -> voidUpdate indicator line only (no tile coordinates).
Source
Section titled “Source”addons/grid_building/debug/grid_targeting_debug_text.gd
This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.