ProfilerDisposeEventDelegate Delegate
Namespace: Stride.Core.DiagnosticsAssembly: Stride.Core.dll
Delegate called when a ProfilingState is disposed (end of profiling).
public delegate void ProfilerDisposeEventDelegate(ref ProfilingState profilingState);
Parameters
Type | Name | Description |
---|---|---|
ProfilingState | profilingState | State of the profile. |