// is the active cinematic paused static public bool IsActiveCinematicPaused() { return((null != _activeCinematic) && _activeCinematic.IsPaused()); }