Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseElement

Abstract base class for all existing Android manifest elements.
Read time 1 minuteLast updated 10 days ago

Definition

public class BaseElement : ICloneable

Properties

Property

Description

CustomElementsCustom child elements.

Methods

Method

Description

AddCustomElementAdds a new element as a child.
GetAllAttributesGets all attributes on this element.
GetCustomAttributeGets a custom attribute by attribute name.
GetIDGets the unique ID of the element.
GetNameGets the element name.
GetUniqueNameGets a unique name of the element.
RemoveRemoves this element from the file.
RemoveCustomAttributeRemoves a custom attribute by name.
ResolveConflictResolve a conflict if element was already modified by another script.
SetCustomAttributeSets a custom attribute with name and value.