• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 282 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0078 秒)

251. laya.display.FrameAnimation_API3.0 [ 46%]

...ation scaleX scaleY scene scrollRect skewX skewY stage staticCache texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender ...

来源: Laya3.0_api 发布时间: 20231115

252. unity 1.7.13.3插件(unity版本5.6.3、2017.1)+1.7.13库,载入lh文件报错 [ 46%]

....js:22823) at Animator.__proto._updateAnimtionPlayer (laya.d3.js:22608) at TimerHandler.__proto.run (laya.core.js:9504) at Timer.__proto._update (laya.core.js:9237) at Stage.__proto.render (laya.core.js:17832) at Stage.__proto._loop (laya.core.js:17790) at __proto._enterFrame (laya.core.js:5238) wox...

来源: Laya_社区 发布时间: 20180115

253. ScrollRect设置会引起其他的UI资源无法正在显示 [ 46%]

...id { trace("[TestView.StartMove]") // TODO Auto Generated method stub Laya.timer.loop(100,this,UpdatePath,[len]); } private function UpdatePath(len:int):void { // TODO Auto Generated method stub var show:int = len -1; for(var i=0;i<len;i++){ if(arr[i]){ arr[i].x+= speed; if(arr[i].x>= show* PA...

来源: Laya_社区 发布时间: 20171113

254. laya.display.EffectAnimation_API3.0 [ 46%]

...caleX scaleY scene scrollRect skewX skewY stage staticCache target texture timer transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance addLabel bubbleEvent callLater clear clearTimer contains customRender ...

来源: Laya3.0_api 发布时间: 20231115

255. laya.ani.bone.Skeleton_API3.0 [ 45%]

...e scrollRect skewX skewY skinName source stage staticCache templet texture timer total transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer contains customRender destroy d...

来源: Laya3.0_api 发布时间: 20231115

256. laya.ani.bone.Skeleton [ 45%]

...显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Numbe...

来源: Laya2.0_api 发布时间: 20190513

257. LayaAir 2.0 微信排行榜 离屏画布不能直接附加到组件纹理上 [ 45%]

... this.box_rank.height; //alwaysChange = true不好用了 手动刷新 Laya.timer.loop(50, this, () => { var texture2D = new Laya.Texture2D(); texture2D.loadImageSource(Laya.Browser.window.sharedCanvas, true); var texture = new Laya.Texture(texture2D); //texture.bitmap.alwaysChange = true; this.ra...

来源: Laya_社区 发布时间: 20181001

258. laya.display.FrameAnimation [ 45%]

...。之后可存入对象池,方便对象复用。 FrameAnimation clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number,...

来源: Laya2.0_api 发布时间: 20190513

259. Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! [ 45%]

...A 真的太太太太好用了!!!! 拖尾Trail Render的问题 Laya.timer.loop()如何停止 Laya mac版的IDE 是没测试就上线了吗? 成都雨墨游戏 求 laya 程序开发人员 关于Laya实现Matter.js官方案例凹多边形的问题 Laya native1.0.7, 引擎1.7.14beta,多行...

来源: Laya_社区 发布时间: 20181217

260. LayaAir开发笔记(1)五十音图连连看 [ 45%]

...对错,用winCount记录成功对数,当成功数达到12时,停止timer计时,游戏结束,输出得分(100-时间经过-出错次数)。另一个数组是button,负责输出片面的假名,当卡片被点击时会变成红色,配错对会恢复黑色。button的内容是根据g...

来源: Laya_社区 发布时间: 20160623