Photon Quantum 3.0.0

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

A Quantum graph profiler that shows the RTT to the server. More...

Inheritance diagram for Quantum.Profiling.QuantumGraphProfilerPing:
Quantum.Profiling.QuantumGraphProfilerValueSeries Quantum.Profiling.QuantumGraphProfiler< QuantumGraphSeriesValue >

Protected Member Functions

override void OnUpdate ()
 Called during Unity Update
 
- Protected Member Functions inherited from Quantum.Profiling.QuantumGraphProfilerValueSeries
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...
 

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

A Quantum graph profiler that shows the RTT to the server.