Enum RenderResolution
Enum for representing resolutions with orientation.
public enum RenderResolution
Fields
FullHighDefinitionLandscape = 4Full high definition (FHD) resolution with landscape orientation (1920x1080)
FullHighDefinitionPortrait = 5Full high definition (FHD) resolution with portrait orientation (1080x1920)
HighDefinitionLandscape = 2High definition (HD) resolution with landscape orientation (1280x780)
HighDefinitionPortrait = 3High definition (HD) resolution with portrait orientation (780x1280)
StandardDefinitionLandscape = 0Standard definition (SD) resolution with landscape orientation (640x480)
StandardDefinitionPortrait = 1Standard definition (SD) resolution with portrait orientation (480x640)