Quantum 3 3.0.14

Protected Member Functions | List of all members
Quantum.Profiling.QuantumGraphProfilerValueSeries Class Reference

Records a series of values for a graph profiler. More...

Inheritance diagram for Quantum.Profiling.QuantumGraphProfilerValueSeries:
Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesValue > Quantum.Profiling.QuantumGraphProfilerDeltaTime Quantum.Profiling.QuantumGraphProfilerFrameTime Quantum.Profiling.QuantumGraphProfilerGC Quantum.Profiling.QuantumGraphProfilerNetworkActivity Quantum.Profiling.QuantumGraphProfilerPing Quantum.Profiling.QuantumGraphProfilerPredictedFrames Quantum.Profiling.QuantumGraphProfilerRenderTime Quantum.Profiling.QuantumGraphProfilerSimulationTime Quantum.Profiling.QuantumGraphProfilerUserScripts Quantum.Profiling.QuantumGraphProfilerVerifiedFrames

Protected Member Functions

void AddValue (float value)
 Add a value to the series. More...
 
override void OnActivated ()
 Called when enabled SetState(bool).
 
- Protected Member Functions inherited from Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesValue >
virtual void OnDeactivated ()
 Called when disabled SetState(bool) More...
 
virtual void OnDeinitialize ()
 Called during Unity OnDestroy More...
 
virtual void OnInitialize ()
 Called during Unity Awake. More...
 
virtual void OnRestore ()
 Called when the profiler is enabled or disabled. More...
 
virtual void OnTargetFPSChanged (int fps)
 Called when Application.targetFrameRate changed during Update. More...
 
virtual void OnUpdate ()
 Called during Unity Update More...
 

Additional Inherited Members

- Public Member Functions inherited from Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesValue >
void ToggleVisibility ()
 Toggle the visibility of the profiler. More...
 
- Properties inherited from Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesValue >
TGraph Graph [get]
 The graph object. More...
 
bool IsActive [get]
 Is the profiler active and visible. More...
 
float[] Values [get]
 Recorded values. More...
 

Detailed Description

Records a series of values for a graph profiler.

Member Function Documentation

◆ AddValue()

void Quantum.Profiling.QuantumGraphProfilerValueSeries.AddValue ( float  value)
inlineprotected

Add a value to the series.

Parameters
valueValue to record