Chris' Tutorials
Docs/Grid Placement

Class

PlacementNode

Generated GDScript class reference for GridPlacement.PlacementNode.

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.

Thin Node wrapper used as a common base for plugin game nodes. Provides a consistent identity and place to add plugin-wide helpers for nodes used in systems and tooling. Prefer deriving game objects and system nodes from PlacementNode when they participate in the Grid Building lifecycle.

Source: addons/grid_placement/base/placement_node.gd

Syntax

class PlacementNode extends Node

Members

NameKindSummary
resolve_placement_dependenciesMethod

Source

addons/grid_placement/base/placement_node.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs