Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetRawClass()

Retrieves the raw jclass pointer to the Java class. Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AndroidJNIModule
public IntPtr GetRawClass()

Returns

Type

Description

IntPtr

Remarks

Additional Resources: AndroidJavaObject.GetRawObject