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( ) -> void
func _process( _delta: float ) -> void
func resolve_gb_dependencies( p_container: GBCompositionContainer ) -> void
func _on_manager_changed( new_manager: IndicatorManager ) -> void
func set_indicator_position( p_position: Vector2 ) -> void
func clear_indicator_position( ) -> void
func update_collision_labels( p_indicator_manager: IndicatorManager ) -> void
func _render_debug( ) -> void
func _should_show_dependencies( ) -> bool
func _update_map_line( ) -> void
func _on_target_map_changed( new_map: TileMapLayer ) -> void
func _update_indicator_line( p_manager: IndicatorManager ) -> void
Update 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.