返回介绍

AndroidJavaObject 安卓Java对象

发布于 2019-12-18 15:36:58 字数 2356 浏览 1763 评论 0 收藏 0

Description 描述

AndroidJavaObject is the Unity representation of a generic instance of java.lang.Object.
AndroidJavaObject是Unity表示一个java.lang.Object的泛型实例。

It can be used as type-less interface to an instance of any Java class.
可以用作type-less接口来实例任意Java类。

Constructors 构造函数

AndroidJavaObjectConstruct an AndroidJavaObject based on the name of the class.
基于类名,构造一个AndroidJavaClass。

Functions 函数

DisposeIDisposable callback
IDisposable回调函数。
CallCalls a Java method on an object (non-static).
在对象上调用一个Java方法(非静态)。
CallStaticCall a static Java method on a class.
调用一个静态Java方法。
GetGet the value of a field in an object (non-static).
获取一个对象上的字段值(非静态)。
SetSet the value of a field in an object (non-static).
在一个对象上设置字段的值(非静态)。
GetStaticGet the value of a static field in an object type.
获取一个对象类型上的静态字段值。
SetStaticSet the value of a static field in an object type.、、 设置一个对象类型上的静态字段值。
GetRawObjectRetrieve the raw jobject pointer to the Java object.
检索原始对象指向Java对象。
GetRawClassRetrieve the raw jclass pointer to the Java class;
检索原始类指向Java对象。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文