AndroidJavaClass

class in UnityEngine

/

Inherits from:AndroidJavaObject

Switch to Manual

Description

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

Note: this API can be used from custom thread, but requires that thread to be attached to JVM first, see AndroidJNI.AttachCurrentThread.

Constructors

AndroidJavaClassConstruct an AndroidJavaClass from the class name.

Inherited members

Public Functions

CallВызов не-статического Java-метода в объекте.
CallStaticВызов статического Java-метода в классе.
DisposeIDisposable callback.
GetПолучить значение не-статического поля в объекте.
GetRawClassRetrieves the raw jclass pointer to the Java class.Note: Using raw JNI functions requires advanced knowledge of the Android Java Native Interface (JNI). Please take note.
GetRawObjectRetrieves 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.
GetStaticПолучить значение статического поля в объекте.
SetУстановить значение не-статического поля в объекте.
SetStaticУстановить значение статического поля в объекте.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961