Enum PixelPerfectCamera.CropFrame
An enumeration of the types of display cropping.
네임스페이스: UnityEngine.Experimental.Rendering.Universal
어셈블리: solution.dll
구문
public enum PixelPerfectCamera.CropFrame
필드
이름 | 설명 |
---|---|
Letterbox | Black borders added to the top and bottom of viewport to match Reference Resolution. |
None | No cropping. |
Pillarbox | Black borders added to the left and right of viewport to match Reference Resolution. |
StretchFill | Expands the viewport to fit the screen resolution while maintaining the viewport's aspect ratio. |
Windowbox | Black borders added to all sides of viewport to match Reference Resolution. |