Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PanelScreenMatchMode

Options that specify how to scale the panel area when the aspect ratio of the current screen resolution does not match the reference resolution. See _screenMatchMode.
Read time 1 minuteLast updated 8 days ago

Definition

public enum PanelScreenMatchMode

Fields

Value

Description

ExpandExpand the panel area horizontally or vertically so the panel size is never smaller than the reference resolution.
MatchWidthOrHeightScales the panel area using width, height, or a mix of the two as a reference.
ShrinkCrops the panel area horizontally or vertically so the panel size never exceeds the reference resolution.