GetCustomAttribute(string)
Gets a custom attribute by attribute name.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Android.Gradle.Manifest
- Assembly: Unity.Android.Gradle
public BaseAttribute GetCustomAttribute(string name)
Parameters
Attribute name.
Returns
Type | Description |
|---|---|
| BaseAttribute | The custom attribute with the given name when one exists. Otherwise, returns null. |