Version: 2020.1
LanguageEnglish
  • C#

GateFitMode

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

Switch to Manual

Description

Enum used to specify how the sensor gate (sensor frame) defined by Camera.sensorSize fits into the resolution gate (render frame).

Properties

Vertical Fit the resolution gate vertically within the sensor gate.
Horizontal Fit the resolution gate horizontally within the sensor gate.
Fill Automatically selects a horizontal or vertical fit so that the sensor gate fits completely inside the resolution gate.
Overscan Automatically selects a horizontal or vertical fit so that the render frame fits completely inside the resolution gate.
None Stretch the sensor gate to fit exactly into the resolution gate.

Did you find this page useful? Please give it a rating: