Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AttributesContainer

class in Unity.Android.Gradle.Manifest

/

Inherits from:Unity.Android.Gradle.Manifest.BaseAttributesContainer

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The attributes container for the <supports-screens> element.

Properties

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.

Inherited Members

Properties

ToolsNodeThe C# definition of the tools:node Android Manifest attribute.
ToolsRemoveThe C# definition of the tools:remove Android Manifest attribute.
ToolsReplaceThe C# definition of the tools:replace Android Manifest attribute.
ToolsSelectorThe C# definition of the tools:selector Android Manifest attribute.
ToolsStrictThe C# definition of the tools:strict Android Manifest attribute.