Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

AspectFillScale the movie until the movie fills the entire screen.
AspectFitScale the movie until one dimension fits on the screen exactly.
FillScale the movie until both dimensions fit the screen exactly.
NoneDo not scale the movie.