Chris' Tutorials
Docs/Grid Placement

Class

PlacementNode2D

Generated GDScript class reference for GridPlacement.PlacementNode2D.

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.

2D variant of PlacementNode providing a common base for Scene2D plugin nodes. Use this base for Node2D-derived components that are part of plugin systems, so they receive consistent DI and lifecycle behavior expected across the project.

Source: addons/grid_placement/base/placement_node_2d.gd

Syntax

class PlacementNode2D extends Node2D

Members

NameKindSummary
resolve_placement_dependenciesMethod

Source

addons/grid_placement/base/placement_node_2d.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs