PointClickEngine::Core::DebugConfig
Inherits Reference < Object
Debug configuration class for centralized debug control
Class methods
current_level
Sourcecurrent_level=(current_level : DebugLevel)
Sourcelog_movement
Sourcelog_movement=(log_movement : Bool)
Sourcelog_pathfinding
Sourcelog_pathfinding=(log_pathfinding : Bool)
Sourcelog_player_input
Sourcelog_player_input=(log_player_input : Bool)
Sourceshould_show_visual?(category : Symbol) : Bool
Check if visual debugging should be shown for a category
show_collision_bounds
Sourceshow_collision_bounds=(show_collision_bounds : Bool)
Sourceshow_grid_overlay
Sourceshow_grid_overlay=(show_grid_overlay : Bool)
Sourceshow_pathfinding
Sourceshow_pathfinding=(show_pathfinding : Bool)
Sourceshow_walkable_areas
Sourceshow_walkable_areas=(show_walkable_areas : Bool)
Sourceshow_waypoints
Sourceshow_waypoints=(show_waypoints : Bool)
Source