GPServiceRegistry

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

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

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

Methods

IsRegistered

Returns: bool

RegisterSingleton

Returns: void

Parameters:

  • T instance

RegisterSingleton

Returns: void

Parameters:

  • TImplementation instance

GetService

Returns: T

TryGetService

Returns: bool

Parameters:

  • T? service