FullScreenMovieScalingMode
Describes scaling modes for displaying movies.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum FullScreenMovieScalingMode
Fields
Value | Description |
|---|---|
| AspectFill | Scale the movie until the movie fills the entire screen. |
| AspectFit | Scale the movie until one dimension fits on the screen exactly. |
| Fill | Scale the movie until both dimensions fit the screen exactly. |
| None | Do not scale the movie. |