PC Stable Documentation
|
|
Private Member Functions | |
void | BenchmarkLocation (string name) |
void | SetPosition (vector start) |
void | SetLookAtPosition (vector start) |
void | SetCameraSpeedMultiplier (float multiplier) |
void | SetDummyTeleport () |
void | SetDummyWait () |
Private Attributes | |
bool | m_IsDummyTeleport |
bool | m_IsDummyWait |
float | m_CamSpeedMultiplier = 1 |
string | m_Name |
vector | m_StartPos |
vector | m_StartLookAtPos |
|
inlineprivate |
|
inlineprivate |
References m_CamSpeedMultiplier.
|
inlineprivate |
References m_IsDummyTeleport.
Referenced by AddTeleport().
|
inlineprivate |
References m_IsDummyWait.
Referenced by AddWait().
|
inlineprivate |
References m_StartLookAtPos.
Referenced by AddQuickLocation().
|
inlineprivate |
References m_StartPos.
Referenced by AddQuickLocation().
|
private |
Referenced by MissionBenchmark::LerpCamera(), and SetCameraSpeedMultiplier().
|
private |
Referenced by MissionBenchmark::OnLocationSwitch(), and SetDummyTeleport().
|
private |
|
private |
Referenced by MissionBenchmark::AdvanceLocation(), BenchmarkLocation(), and MissionBenchmark::OnLocationSwitch().
|
private |
|
private |