Version: 5.3 (switch to 5.4b)
ЯзыкEnglish
  • C#
  • JS

Язык программирования

Выберите подходящий для вас язык программирования. Все примеры кода будут представлены на выбранном языке.

AndroidJavaClass

class in UnityEngine

/

Наследует от:AndroidJavaObject

Руководство

Описание

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

Конструкторы

AndroidJavaClassConstruct an AndroidJavaClass from the class name.

Унаследованные члены

Открытые функции

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.