PlayerSettings.SplashScreen.AnimationMode
The type of animation applied during the Splash Screen.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum PlayerSettings.SplashScreen.AnimationMode
Fields
Value | Description |
|---|---|
| Custom | Animates the Splash Screen using custom values from PlayerSettings.SplashScreen.animationBackgroundZoom and PlayerSettings.SplashScreen.animationLogoZoom. |
| Dolly | Animates the Splash Screen with a simulated dolly effect. |
| Static | No animation is applied to the Splash Screen logo or background. |