AndroidJNIHelper.GetFieldID 获取域ID

static function GetFieldID (javaClass : IntPtr, fieldName : string, signature : string = "", isStatic : bool = false) : IntPtr

Parameters参数

Description描述

Scans a particular Java class for a field matching a name and a signature.

扫描一个特定的Java类,用于一个域匹配一个名字和一个签名。

The signature comparison is done to allow sub-/base-classes of a class types. If no signature is provided the first field with the correct name will be returned.

签名比较是为了允许类的类型的 sub-/base-classes。如果没有提供签名,具有正确的名称的首个域将被返回。

参见:AndroidJNIHelper.GetSignature, AndroidJNIHelper.GetConstructorID, AndroidJNIHelper.GetMethodID

最后修改:2011年4月9日 Saturday 16:27

本脚本参考基于Unity 3.4.1f5

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