class BenchmarkLocationSource
Constructors 1
void BenchmarkLocation(string name)References m_Name
Referenced by BenchmarkConfig.AddQuickLocation(), BenchmarkConfig.AddTeleport(), and BenchmarkConfig.AddWait()
Members 6
bool m_IsDummyTeleportbool m_IsDummyWaitReferenced by SetDummyWait(), MissionBenchmark.AdvanceLocation(), MissionBenchmark.LerpCamera()
Show 1 more
, MissionBenchmark.OnLocationSwitch()float m_CamSpeedMultiplier = 1string m_NameReferenced by BenchmarkLocation(), MissionBenchmark.AdvanceLocation(), and MissionBenchmark.OnLocationSwitch()
vector m_StartPosReferenced by SetPosition(), MissionBenchmark.CreatePlayer(), MissionBenchmark.LerpCamera()
Show 2 more
, MissionBenchmark.OnLocationSwitch(), and MissionBenchmark.TeleportToPos()vector m_StartLookAtPosReferenced by SetLookAtPosition(), MissionBenchmark.LerpCamera(), MissionBenchmark.OnLocationSwitch()
Show 1 more
, MissionBenchmark.TeleportToPos()Methods 5
void SetPosition(vector start)References m_StartPos
Referenced by BenchmarkConfig.AddQuickLocation()
void SetLookAtPosition(vector start)References m_StartLookAtPos
Referenced by BenchmarkConfig.AddQuickLocation()
void SetCameraSpeedMultiplier(float multiplier)References m_CamSpeedMultiplier