Table of Contents

Delegate ProfilerDisposeEventDelegate

Namespace
Stride.Core.Diagnostics
Assembly
Stride.Core.dll

Delegate called when a ProfilingState is disposed (end of profiling).

public delegate void ProfilerDisposeEventDelegate(ref ProfilingState profilingState)

Parameters

profilingState ProfilingState

State of the profile.