大约有 1,013 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0067 秒)
Laya_社区(371) Laya2.0_api(240) laya_api(189) Laya_示例(65) Laya2.0_文档(56) Laya2.0_示例(51) Laya3.0_api(32) Laya3.0_文档(9)
... assets.push("res/apes/monkey2.png"); assets.push("res/apes/monkey3.png"); Laya.loader.load(assets, Handler.create(this, onAssetsLoaded)); private function onAssetsLoaded():void { for(var i:int = 0, len:int = assets.length; i < len; ++i) { var asset:Image = assets[i]; //查看log,清理前资...
来源: Laya_社区 发布时间: 20171019
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya_示例 发布时间: 20260303
...Index | Frames No Frames EventProperties | Methods | Constants Packagelaya.eventsClasspublic dynamic class EventInheritanceEvent ObjectSubclasses UIEvent Event 是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties Propert...
来源: laya_api 发布时间: 20170929
...加载到图集后,取图集内资源报错。 MsgMgr.instance.init(); Laya.timer.once(1000,this,function():void{ beginLoad(); }); private function beginLoad():void { Laya.loader.load("res/images/rank.json", Handler.create(this, onLoaded)); } private function onLoaded():void { trace("加载成功"...
来源: Laya_社区 发布时间: 20180830
...*i, "#eeb9b3"); sp.on(Event.CLICK,this, onsp); Laya.stage.addChild(sp); } private function onsp(e:Event){ console.log("监听到按钮"+e.target); console.log((e.target.getChildAt(0) as Sprite).name); cons...
来源: Laya_社区 发布时间: 20170330
...ses | Index | Frames No Frames StartFrameProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties PropertyDefined By constant : Number[read...
来源: laya_api 发布时间: 20170929
...ses | Index | Frames No Frames StartFrameProperties | Methods Packagelaya.d3.core.particleShuriKen.moduleClasspublic class StartFrameInheritanceStartFrame ObjectImplements laya.d3.core.IClone StartFrame 类用于创建开始帧。 Public Properties PropertyDefined By constant : Number[read...
来源: Laya2.0_api 发布时间: 20190513
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 谢谢反馈问题,这个我转发给同事, 2018-08-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lilynumber1 相关问题 看了其...
来源: Laya_社区 发布时间: 20180820
Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...
来源: Laya2.0_示例 发布时间: 20260303
...动画混合无效(版本2.6) 骨骼动画播放完后的回调时间 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 H5动画和节奏的一个加速! spine动画播放后图集错乱 缓动动画SKEW-Y从0到360卡住 这样写的代码,Tween动...
来源: Laya_社区 发布时间: 20160927