AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: utils/gb_collision_tile_filter.gd
Version: 5.0
class_name: GBCollisionTileFilter
extends: RefCounted
Signals
(none)
Exports
(none)
Methods
adjust_rect_tile_range(rect_size: Vector2, tile_size: Vector2, center_tile: Vector2i, start_tile: Vector2i, end_exclusive: Vector2i) -> Dictionary- Ensure odd counts: if even, increment span by 1 on the positive side
circle_tile_allowed(circle_center: Vector2, radius: float, tile_center: Vector2, tile_size: Vector2) -> bool