AndroidPluginImporterUtilities
Provides Android specific extension methods for the PluginImporter.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: UnityEditor.Android
- Assembly: UnityEditor.Android.Extensions
public static class AndroidPluginImporterUtilities
Static Methods
Method | Description |
|---|---|
| GetAndroidCPU | Gets the Android CPU architecture that the plugin supports. |
| GetAndroidSharedLibraryType | Gets the type of content that the shared library contains. |
| SetAndroidCPU | Sets the Android CPU architecture that the plugin supports. |
| SetAndroidSharedLibraryType | Sets the type of content that the shared library contains. |