大约有 558 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0036 秒)
Laya2.0_api(241) laya_api(189) Laya_社区(61) Laya3.0_api(32) Laya2.0_文档(20) Laya_示例(8) Laya2.0_示例(6) Laya3.0_文档(1)
API DocumentationAll Packages | All Classes | Index | Frames No Frames GyroscopeProperties | Methods Packagelaya.device.motionClasspublic class GyroscopeInheritanceGyroscope EventDispatcher Object 使用Gyroscope.instance获取唯一的Gyroscope引用,请勿调用构造函数。 listen()...
来源: Laya2.0_api 发布时间: 20190513
API DocumentationAll Packages | All Classes | Index | Frames No Frames HTMLCanvasProperties | Methods Packagelaya.resourceClasspublic class HTMLCanvasInheritanceHTMLCanvas laya.resource.Bitmap HTMLCanvas 是 Html Canvas 的代理类,封装了 Canvas 的属性和方法。 Public Properties...
来源: Laya2.0_api 发布时间: 20190513
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeVertexBuffer3D" NativeVertexBuffer3D Class NativeVertexBuffer3D Hierarchy VertexBuffer3D NativeVertex...
来源: Laya3.0_api 发布时间: 20231115
...spine骨骼动画提供的关于换装的功能有: 其中:showSkinByIndex(skinIndex:int):void 根据spine中的皮肤索引一键换装 showSkinByName(name:String):void 根据在spine中的皮肤起的名字一键换装 showSlotSkinByIndex(slotName:String, index:int):void 根据spine中的...
来源: Laya_社区 发布时间: 20161203
...以本地的allfile.txt为版本信息) 3.在native下,为了避免index.html中引用的js入口文件过大,我采取了分模块编译的方式,即是将引擎和1个入口类做出基础js,其他代码编译成模块js,这样会有两个问题,就是这个编译出来的js比较...
来源: Laya_社区 发布时间: 20180627
...t控件内字体大小设置无效 private function updateItem(cell:Box, index:int):void{ var itemImg:Image=cell.getChildByName("itemImg") as Image; var itemName:Label=cell.getChildByName("itemName") as Label; itemImg.skin=cell.dataSource.image_url; itemName.width=Number(itemName.text.length*20); ...
来源: Laya_社区 发布时间: 20170829
...ipX对图像进行切割平均分成你所需要的份数,设置他们的Index索引值就可以获取到里面切好的图片。 private function updateScore():void{ var data:Object = {}; var temp:Number = this.score; for (var i:int = 5; i > 0; i-- ){ data["it...
来源: Laya_社区 发布时间: 20170221
...isplay.AnimationPlayerBase](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=display&class=laya.display.AnimationBase) 动画类: [https://layaair.ldc.layabox.com/api/?category=Core&class=laya.display.Animation](https://layaair.ldc.layabox.com/api/?cat...
来源: Laya2.0_文档 发布时间: 20210715
...象池类[laya.utils.Pool](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Utils&class=laya.utils.Pool),用于对象的存贮、重复使用。比较常用的是`对象池创建`方法`getItemByClass()`与`回收到对象池`方法`recover()`。 如...
来源: Laya2.0_文档 发布时间: 20210715
...来自: /** * 播放动画。 * @param index 帧索引。 */ public function play(index:int = 0, loop:Boolean = true):void { 播放默认会穿一个loop为true哦你在play的时候把loop给一个false的值就好了! 2018-05-03 0 ...
来源: Laya_社区 发布时间: 20180503