PerformanceRenderingExtensions.AddPerformanceOverlay(this IServiceCollection) Method
Definition
Namespace: Brine2D.Performance
Adds performance overlay rendering. Requires AddPerformanceMonitoring() to be called first.
C#
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddPerformanceOverlay(this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
Parameters
services Microsoft.Extensions.DependencyInjection.IServiceCollection