Photon Fusion
2.1.1
Stores trace and diagnostic information from NetworkTransforms. More...
Classes | |
| class | BufferedData< T > |
| A circular buffer holding data of type {T}. More... | |
| struct | BufferedDataReader< T > |
| Helpful for reading from a BufferedData<T>. More... | |
| struct | CollisionEnterData |
| Data produced by the foreacsting when a collision occurs. More... | |
| struct | ForecastData |
| Forecast Data. More... | |
| struct | StallData |
| Forecast stall data. More... | |
| struct | StallHeuristicData |
| Stall heuristic Data. More... | |
Public Attributes | |
| readonly BufferedData< CollisionEnterData > | CollisionEnterBuffer = new BufferedData<CollisionEnterData>() |
| Stores buffered CollisionEnterData. | |
| readonly BufferedData< ForecastData > | ForecastBuffer = new BufferedData<ForecastData>() |
| Stores buffered ForecastData. | |
| readonly BufferedData< StallData > | StallBuffer = new BufferedData<StallData>() |
| Stores buffered StallData. | |
| readonly BufferedData< StallHeuristicData > | StallHeuristicBuffer = new BufferedData<StallHeuristicData>() |
| Stores buffered StallHeuristicData. | |
Stores trace and diagnostic information from NetworkTransforms.
To start collecting information you must call NetworkTransform.SetTraceEnabled(bool)