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