Skip to content
ct

Class

Dimensions

Generated GDScript class reference for GridPlacement.Dimensions.

Status
Draft
Version
v6.0
Updated
Development docs generated from GDScript source

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

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 RefCounted

Members

NameKindSummary
DIMENSIONS_2DFieldCompatibility alias: preserves old `Dimensions.DIMENSIONS_2D` usage.
DIMENSIONS_3DFieldCompatibility alias: preserves old `Dimensions.DIMENSIONS_3D` usage.