GridPlacementGodotServicesModule

Service registration module for GridPlacement in Godot. Registers core services, state, and session management into a ServiceRegistry. Use this module for GameScopeRoot-style composition without GPUserScopeRoot.

Project: GridPlacement v6.0
Layer: Godot
Source: plugins/gameplay/GridPlacement/cs/Godot/Bootstrap/Modules/GridPlacementGodotServicesModule.cs
Namespace: GridPlacement.Godot.Bootstrap.Modules
Kind: class

Parsing Method: AST-based (Roslyn) - NOT regex

⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.

Methods

Register

Registers all GridPlacement core services and state into the provided registry. This includes grid services, placement/manipulation services, catalog, and session management.

Returns: void

Parameters:

  • ServiceRegistry registry