AndroidJNI

AndroidJNI.SetStaticStringField 设置静态字符串域

static function SetStaticStringField (clazz : IntPtr, fieldID : IntPtr, val : string) : void

Description描述

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

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

This is a convenience function that calls SetStaticObjectField() with the same parameters, but performs the necessary marshalling of the string value.

这是一个方便的函数,调用带有相同参数的SetStaticObjectField(),但执行需要字符串的值编组。

参见: AndroidJNI.SetStaticObjectField

最后修改:2011年4月13日 Wednesday 21:18

本脚本参考基于Unity 3.4.1f5

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