Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidScreenLayoutSize

Options to indicate the size of the device screen.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidScreenLayoutSize

Remarks

Additional Resources: _screenLayoutSize

Fields

Value

Description

LargeMirrors the Android property value
SCREENLAYOUT_SIZE_LARGE
.
NormalMirrors the Android property value
SCREENLAYOUT_SIZE_NORMAL
.
SmallMirrors the Android property value
SCREENLAYOUT_SIZE_SMALL
.
UndefinedMirrors the Android property value
SCREENLAYOUT_SIZE_UNDEFINED
.
XLargeMirrors the Android property value
SCREENLAYOUT_SIZE_XLARGE
.