SplashScreen.StopBehavior
The behavior to apply when calling Stop.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum SplashScreen.StopBehavior
Fields
Value | Description |
|---|---|
| FadeOut | Jumps to the final stage of the Splash Screen and performs a fade from the background to the game. |
| StopImmediate | Immediately stop rendering the SplashScreen. |