Version: 5.4

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.

상속된 멤버

Public 함수

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.