# SplashScreen.StopBehavior

> The behavior to apply when calling Stop.

## Definition

* **Type:** Enum
* **Namespace:** [UnityEngine.Rendering](/engine/6000.5/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public enum SplashScreen.StopBehavior
```

## Fields

| Value                                                                                                             | Description                                                                                        |
| ----------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| [FadeOut](/engine/6000.5/script-reference/unityengine/rendering/splashscreen/stopbehavior/fadeout.md)             | Jumps to the final stage of the Splash Screen and performs a fade from the background to the game. |
| [StopImmediate](/engine/6000.5/script-reference/unityengine/rendering/splashscreen/stopbehavior/stopimmediate.md) | Immediately stop rendering the SplashScreen.                                                       |
