Chris' Tutorials
Docs/Grid Placement

Class

CursorChangerService

Generated GDScript class reference for GridPlacement.CursorChangerService.

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.

Scene-free cursor changer service. Extracted from PlacementCursorChanger . 1 node-API call replaced: cursor clear is now driven by the host's NOTIFICATION_PREDELETE instead of the per-component tree_exiting. Hosted by GridPlacementHost; the old PlacementCursorChanger Node class is a thin wrapper that forwards to this service.

Source: addons/grid_placement/services/cursor_changer_service.gd

Syntax

class CursorChangerService extends PlacementInjectable

Members

NameKindSummary
resolve_placement_dependenciesMethod
get_runtime_issuesMethod
issuesProperty
apply_cursorMethod
get_cursorMethod
clear_cursorMethod

Source

addons/grid_placement/services/cursor_changer_service.gd

Plugin docs root:gdscript/plugins/grid_placement_dev/docs