AndroidJNI

AndroidJNI.SetStaticObjectField 设置静态对象域

static function SetStaticObjectField (clazz : IntPtr, fieldID : IntPtr, val : IntPtr) : void

Description描述

This function ets the value of a static field of an object.

这个函数设置一个对象的静态域的值。

The value to set is a reference to either a java.lang.Object, or a subclass thereof.

设置该值不管是一个java.lang.Object的引用,或是其子类。

参见: Java Native Interface Specification (Oracle)

最后修改:2011年4月15日 Friday 20:31

本脚本参考基于Unity 3.4.1f5

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