Chris' Tutorials
Docs/Grid Placement

Class

PlacementCollisionTileFilter

Generated GDScript class reference for GridPlacement.PlacementCollisionTileFilter.

StatusDraft
Versionv6.0
UpdatedDevelopment docs generated from GDScript source

This is unreleased documentation in active development. APIs, class names, and behavior may change before the final release.

Draft — Unreleased:This page is in active development. APIs, class names, and behavior may change before the release is finalized. Use it as a preview of what's coming — not as a stable integration target.

Helpers to normalize tile coverage and prune borderline tiles for mapper heuristics. Keep shape-size magic numbers out of the CollisionMapper2D by centralizing tile-range adjustments and pruning logic here.

Source: addons/grid_placement/utils/placement_collision_tile_filter.gd

Syntax

class PlacementCollisionTileFilter extends RefCounted

Members

NameKindSummary
adjust_rect_tile_rangeMethod
tiles_wProperty
tiles_hProperty
width_half_spanProperty
height_half_spanProperty
new_startProperty
new_end_exclusiveProperty
circle_tile_allowedMethod
allowanceProperty

Source

addons/grid_placement/utils/placement_collision_tile_filter.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs