public void ResetThirdPersonCamera(float time = 0) { if (m_ThirdPersonCamera != null) { m_ThirdPersonCamera.ResetToDefault(time); } }