标签:unity unity教程 unity视频 unity资料 unity自学
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
AndroidJNI.SetShortArrayElement设置短整数数组元素
标签:unity unity教程 unity视频 unity资料 unity自学
原文地址:http://itpaqi.blog.51cto.com/10538699/1676967