Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Screen

The C# definition of the <screen> Android Manifest element.
Read time 1 minuteLast updated 11 days ago

Definition

public sealed class Screen : BaseElement, ICloneable

Remarks

For more information about the element, see Android's documentation: Screen element

Constructors

Constructor

Description

Screen()Element constructor.
Screen(Unity.Android.Gradle.Manifest.Screen)Element constructor.

Properties

Property

Description

AttributesThe attributes container for the
 <screen> 
element.

Classes

Class

Description

Screen.AttributesContainerThe attributes container for the
 <screen> 
element.

Inheritance