AndroidJNI

AndroidJNI.GetObjectField 获取对象域

static function GetObjectField (obj : IntPtr, fieldID : IntPtr) : IntPtr

Description描述

This function returns the value of an instance (nonstatic) field of an object.

这个函数返回一个对象实例(非静态)域的值。

The result is a reference to a java.lang.Object, or a subclass thereof.

其结果是对一个java.lang.Object的引用,或者其子类。

参见: Java Native Interface Specification (Oracle)

最后修改:2011年4月13日 Wednesday 19:26

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。