Esempio n. 1
0
 internal TimeRuler(ProfilerManager profiler, ProfilerConfig.TimeRulerUIViewConfig uiviewConfig, Vector2 size, int targetSampleFrames)
     : base(profiler, uiviewConfig, size)
 {
     TargetSampleFrames = targetSampleFrames;
 }
Esempio n. 2
0
 internal ProfilerSummary(ProfilerManager profiler, ProfilerConfig.UIViewConfig uiviewConfig, Vector2 size) : base(profiler, uiviewConfig, size)
 {
 }