AllocObject(nint)
Allocates a new Java object without invoking any of the constructors for the object.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
AllocObject(IntPtr)
public static nint AllocObject(nint clazz)
Parameters
Returns
Type | Description |
|---|---|
| IntPtr |
Remarks
Additional Resources: Java Native Interface Specification (Oracle)