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.
Grid dimension mode: 2D vs 3D. This is the canonical type-safe representation for the host's dimensions configuration. Existing call sites can continue to use the enum members, and compatible aliases below preserve older Dimensions.DIMENSIONS_* calls.
Source: addons/grid_placement/systems/host/dimensions.gd
Syntax
class Dimensions extends RefCountedMembers
| Name | Kind | Summary |
|---|---|---|
DIMENSIONS_2D | Field | Compatibility alias: preserves old `Dimensions.DIMENSIONS_2D` usage. |
DIMENSIONS_3D | Field | Compatibility alias: preserves old `Dimensions.DIMENSIONS_3D` usage. |
Source
addons/grid_placement/systems/host/dimensions.gd
Plugin docs root:gdscript/plugins/grid_placement_dev/docs