Interface IServiceCompositionRoot
- Namespace
- MoonBark.GridPlacement.Core.Interfaces
- Assembly
- MoonBark.GridPlacement.Core.dll
Interface for service composition root to enable Godot-free dependency injection
public interface IServiceCompositionRoot
Methods
GetServiceRegistry()
Gets the service registry
object GetServiceRegistry()
Returns
GetService<T>()
Gets a service of the specified type
T? GetService<T>() where T : class
Returns
- T
Type Parameters
T