Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

AndroidJavaClass

Namespace: UnityEngine

/

Inherits from: AndroidJavaObject

Description

AndroidJavaClass is the Unity representation of a generic instance of java.lang.Class.

Constructors

AndroidJavaClassConstruct an AndroidJavaClass from the class name.

Inherited members

Functions

CallCalls a Java method on an object (non-static).
CallStaticCall a static Java method on a class.
DisposeIDisposable callback.
GetGet the value of a field in an object (non-static).
GetRawClassRetrieve the raw jclass pointer to the Java class.
GetRawObjectRetrieve the raw jobject pointer to the Java object.
GetStaticGet the value of a static field in an object type.
SetSet the value of a field in an object (non-static).
SetStaticSet the value of a static field in an object type.