Version: 2022.1
LanguageEnglish
  • C#

PanelScreenMatchMode

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

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 PanelSettings.screenMatchMode.

Properties

MatchWidthOrHeight Scales the panel area using width, height, or a mix of the two as a reference.
Shrink Crops the panel area horizontally or vertically so the panel size never exceeds the reference resolution.
Expand Expand the panel area horizontally or vertically so the panel size is never smaller than the reference resolution.