您的位置:首页 > 移动开发 > Android开发

AndroidJNI.SetShortArrayElement设置短整数数组元素

2015-07-22 09:07 726 查看
staticfunction SetShortArrayElement (array : IntPtr, index : int, val : Int16) : void

Description描述

Setsthe value of one element in a primitive array.

设置一个基本数组一个元素的值。

Thisfunction is a special case of SetShortArrayRegion(), called with region sizeset to 1.

这个函数是一个特殊情况的SetShortArrayRegion(),就是region大小设置为1时。

参见: Java Native Interface Specification (Oracle)

兄弟连IT教育与全球移动游戏联盟(GMGC)共同设立中国首家基于高端游戏开发的兄弟连&GMGC手游学院!高薪就业,就学手游开发,详情咨询官网客服:http://game.lampbrother.net/
高薪就业,就学unity手游开发,详情咨询Q2430675018
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: