Interface IGlobalProfilerDataDispatcher
Namespace: Unity.Simulation
Syntax
public interface IGlobalProfilerDataDispatcher
Methods
DispatchProfilerReport(ProfilerReport)
Declaration
void DispatchProfilerReport(ProfilerReport report)
Parameters
Type | Name | Description |
---|---|---|
ProfilerReport | report |
Initialize()
Declaration
void Initialize()