Chris' Tutorials
Docs/Grid Placement

Class

PlacementCursorChanger

Generated GDScript class reference for GridPlacement.PlacementCursorChanger.

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.

DEPRECATED wrapper for the scene-free CursorChangerService. Kept for backward compatibility . New code should obtain the service from GridPlacementHost.get_cursor_changer_service(). All public methods forward to the service instance. Note: the original _ready() tree_exiting connection has been removed; the host now clears the cursor on NOTIFICATION_PREDELETE.

Source: addons/grid_placement/components/cursor_changer.gd

Syntax

class PlacementCursorChanger extends PlacementSystemsComponent

Members

NameKindSummary
resolve_placement_dependenciesMethod
get_cursorMethod
get_runtime_issuesMethod
issuesProperty

Source

addons/grid_placement/components/cursor_changer.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs