AndroidJavaClass
AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class.
Read time 2 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
- Inherits from: AndroidJavaObject
- Implements: IDisposable
public class AndroidJavaClass : AndroidJavaObject, IDisposable
Remarks
Note: this API can be used from custom thread, but requires that thread to be attached to JVM first, see AndroidJNI.AttachCurrentThread.
Constructors
Constructor | Description |
|---|---|
| AndroidJavaClass(System.String) | Construct an AndroidJavaClass from the class name. |