Граф наследования:MissionBenchmark:Защищенные члены | |
| void | MissionBenchmark () |
| void | ~MissionBenchmark () |
| BenchmarkConfig | GetConfig () |
| void | Start () |
| override void | OnUpdate (float timeslice) |
| void | PreloadUpdate () |
| void | MeasureUpdate (float timeSlice) |
| void | DisableWeatherChange () |
| void | AdvanceLocation () |
| void | LerpCamera () |
| void | OnLocationSwitch () |
| void | TeleportToPos (BenchmarkLocation loc) |
| void | OnBenchmarkEnd (string reason) |
| void | CreatePlayer () |
| void | CreateCSVLog () |
| void | FPSLog (string position, float frames) |
Защищенные статические члены | |
| static MissionBenchmark | GetInstance () |
Защищенные данные | |
| const int | INITIAL_PRELOAD = 5 |
| const float | STEP_INTERVAL = 1 |
| bool | m_InitialLoadDone |
| bool | m_IsPreloading |
| bool | m_LocationDone |
| int | m_LocIndex |
| int | m_MeasuringStep |
| float | m_MeasureStepTimer = 1 |
| float | m_SumFPS |
| float | m_TimeCounter |
| float | m_MeasureLength |
| float | m_StepDistance |
| FileHandle | m_CSVLog |
| BenchmarkLocation | m_CurrentLocation |
| BenchmarkLocation | m_NextLocation |
| ref BenchmarkConfig | m_Config |
Статические защищенные данные | |
| static MissionBenchmark | m_Instance |
См. определение в файле MissionBenchmark.c строка 111