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

BaseElement.SetCustomAttribute

Declaration

public Unity.Android.Gradle.Manifest.BaseAttribute SetCustomAttribute(string name, string value);

Parameters

name Attribute name with namespace.
value Attribute value.

Description

Sets a custom attribute with name and value.