/// <summary> Stop matinee and do required changes </summary> protected virtual void Break() { Matinee.Stop(); _CheckPoint.Apply(); if (this.FadeScreen != null) this.FadeScreen.Fading.FadeToZero(); }