Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SupportsScreens.AttributesContainer

The attributes container for the element.
Read time 1 minuteLast updated 12 days ago

Definition

public sealed class SupportsScreens.AttributesContainer : BaseAttributesContainer

Properties

Property

Description

AnyDensityThe C# definition of the
 android:anyDensity 
Android Manifest attribute.
CompatibleWidthLimitDpThe C# definition of the
 android:compatibleWidthLimitDp 
Android Manifest attribute.
LargeScreensThe C# definition of the
 android:largeScreens 
Android Manifest attribute.
LargestWidthLimitDpThe C# definition of the
 android:largestWidthLimitDp 
Android Manifest attribute.
NormalScreensThe C# definition of the
 android:normalScreens 
Android Manifest attribute.
RequiresSmallestWidthDpThe C# definition of the
 android:requiresSmallestWidthDp 
Android Manifest attribute.
ResizeableThe C# definition of the
 android:resizeable 
Android Manifest attribute.
SmallScreensThe C# definition of the
 android:smallScreens 
Android Manifest attribute.
XlargeScreensThe C# definition of the
 android:xlargeScreens 
Android Manifest attribute.

Inheritance