Ejemplo n.º 1
0
 /// <summary>
 /// Leaves the CutScene Mode. See <see cref="CutSceneEnter">CutSceneEnter</see> for more information.
 /// </summary>
 /// <param name="immediately">passing true will leave the Cutscene by a quick fadeout. Passing false will switch back smoothly using the shortest path of compatible Segments.</param>
 /// <param name="reset">pass true if you want to clear the queue of interrupted Themes, that may have stacked up when the Cutscene had been entered.</param>
 /// <returns>PsaiResult.OK if successful</returns>
 public PsaiResult CutSceneLeave(bool immediately, bool reset)
 {
     return(m_logik.CutSceneLeave(immediately, reset));
 }