《黑巧克力》系列教程是适合于新手上手Unity的教程,本教程适合作为初次接触Unity(零基础)的第一篇的教程。学习本教程需要有的基础是:线性代数、编程基础、Csharp语言基础、Unity自学经历3天以上。如果读者没有CSharp语言基础,可以前往教学网站自学,如http://www.runoob ...
分类:
编程语言 时间:
2017-09-17 20:56:44
阅读次数:
169
staticfunctionSetShortArrayElement(array:IntPtr,index:int,val:Int16):voidDescription描述Setsthevalueofoneelementinaprimitivearray.设置一个基本数组一个元素的值。ThisfunctionisaspecialcaseofSetShortArrayRegion(),calledwithregionsizesetto1.这个函数是一个特殊情..
分类:
移动开发 时间:
2015-07-22 11:00:26
阅读次数:
164
staticfunctionSetStaticBooleanField(clazz:IntPtr,fieldID:IntPtr,val:bool):voidDescription描述Thisfunctionetsthevalueofastaticfieldofanobject.这个函数设置一个对象的静态域的值。参见:JavaNativeInterfaceSpecification(Oracle)兄弟连IT教育与全球移动游戏联盟(GMGC..
分类:
移动开发 时间:
2015-07-21 15:11:11
阅读次数:
192
staticfunctionSetObjectField(obj:IntPtr,fieldID:IntPtr,val:IntPtr):voidDescription描述Thisfunctionsetsthevalueofaninstance(nonstatic)fieldofanobject.这个函数设置一个对象实例(非静态)域的值。Thevaluetosetisareferencetoeitherajava.lang.Object,orasubclassther..
分类:
移动开发 时间:
2015-07-20 16:53:53
阅读次数:
199