enumeration
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.
CloseFor 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.
CloseEnum used to specify how the sensor gate (sensor frame) defined by Camera.sensorSize fits into the resolution gate (render frame).
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. |