Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScreenSize

Mirrors the ScreenSize enum.
Read time 1 minuteLast updated 12 days ago

Definition

public enum ScreenSize

Remarks

For more information about the attribute, see Android's documentation: ScreenSize attribute

Fields

Value

Description

LargeMirrors
android:screenSize="large"
.
NormalMirrors
android:screenSize="normal"
.
NullAttribute is not set and will not appear in the element.
SmallMirrors
android:screenSize="small"
.
XlargeMirrors
android:screenSize="xlarge"
.