AUTO-GENERATED FILE — DO NOT EDIT MANUALLY
Source: systems/grid/grid_bounds_rule_system.gd
Version: 6.0
class_name: GridBoundsUtils
extends: RefCounted
Signals
(none)
Exports
(none)
Methods
check_bounds(pos: Vector2i, min_bounds: Vector2i, max_bounds: Vector2i) -> Stringis_valid_position(pos: Vector2i, grid_size: Vector2i) -> boolclamp_to_bounds(pos: Vector2i, min_bounds: Vector2i, max_bounds: Vector2i) -> Vector2i