Grid Placement
Development ⚠️ GridPlacement 6.0 (GECS) is in active development. This is the GDScript ECS architecture.

GridBoundsUtils

AUTO-GENERATED (GDScript) API entry

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) -> String
  • is_valid_position(pos: Vector2i, grid_size: Vector2i) -> bool
  • clamp_to_bounds(pos: Vector2i, min_bounds: Vector2i, max_bounds: Vector2i) -> Vector2i