Version: 2021.1
言語: 日本語

AndroidJavaObject

class in UnityEngine

マニュアルに切り替える

説明

AndroidJavaObject は Unity での java.lang.Object のジェネリックインスタンスです。

It can be used as type-less interface to an instance of any Java class. Note: this API can be used from custom thread, but requires that thread to be attached to JVM first, see AndroidJNI.AttachCurrentThread.

コンストラクタ

AndroidJavaObjectクラスの名前をベースとした AndroidJavaObject を作成します

Public 関数

Callstatic でない Java メソッドを呼び出します
CallStaticstatic の Java メソッドを呼び出します
DisposeIDisposable のコールバック
Getstatic でないフィールドの値を取得します
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.
GetStaticstatic のフィールドの値を取得します
Setstatic でないフィールドに値を設定する
SetStaticstatic のフィールドにオブジェクト型の値を設定する