GridPlacementGodotWorkflowModule

Workflow registration module for GridPlacement in Godot. Registers workflow adapters and the PlacementWorkflowBridge 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/GridPlacementGodotWorkflowModule.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 workflow adapters and the PlacementWorkflowBridge into the provided registry. This includes placement and manipulation workflow adapters, plus the bridge for Godot integration.

Returns: void

Parameters:

  • ServiceRegistry registry