# FullScreenMovieScalingMode

> Describes scaling modes for displaying movies.

## Definition

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

```csharp
public enum FullScreenMovieScalingMode
```

## Fields

| Value                                                                                              | Description                                                     |
| -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [AspectFill](/engine/6000.7/script-reference/unityengine/fullscreenmoviescalingmode/aspectfill.md) | Scale the movie until the movie fills the entire screen.        |
| [AspectFit](/engine/6000.7/script-reference/unityengine/fullscreenmoviescalingmode/aspectfit.md)   | Scale the movie until one dimension fits on the screen exactly. |
| [Fill](/engine/6000.7/script-reference/unityengine/fullscreenmoviescalingmode/fill.md)             | Scale the movie until both dimensions fit the screen exactly.   |
| [None](/engine/6000.7/script-reference/unityengine/fullscreenmoviescalingmode/none.md)             | Do not scale the movie.                                         |
