LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

AndroidJavaObject.GetRawObject

public IntPtr GetRawObject();

Description

Retrieves the raw jobject pointer to the Java object.

Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.

See Also: GetRawClass.