Skip to content

GridTargetingDebugText

[auto] GridTargetingDebugText class in the Grid Building system. Methods: 6, Properties: 1, Constants: 8.

debug_output: RichTextLabel
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).

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.