Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.Profiling.QuantumGraphProfilingStatistics Class Reference

A Unity script that renders additional statistics to the graph UI. More...

Inherits MonoBehaviour.

Public Member Functions

void OnDisable ()
 Unity OnDisable, dispose and stop profilers. More...
 
void OnEnable ()
 Unity OnEnable, create and start profiler. More...
 
void ToggleVisibility ()
 Toggle the visibility of the UI. More...
 

Detailed Description

A Unity script that renders additional statistics to the graph UI.

Member Function Documentation

◆ ToggleVisibility()

void Quantum.Profiling.QuantumGraphProfilingStatistics.ToggleVisibility ( )
inline

Toggle the visibility of the UI.

◆ OnEnable()

void Quantum.Profiling.QuantumGraphProfilingStatistics.OnEnable ( )
inline

Unity OnEnable, create and start profiler.

◆ OnDisable()

void Quantum.Profiling.QuantumGraphProfilingStatistics.OnDisable ( )
inline

Unity OnDisable, dispose and stop profilers.