大约有 6,598 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0134 秒)
Laya_社区(5247) Laya3.0_api(482) Laya2.0_文档(363) Laya_示例(154) Laya2.0_示例(116) Laya3.0_文档(105) Laya2.0_api(67) laya_api(64)
...s/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41) at new GameScene (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/src/GameScene.js:4:19) at HomePageUI.onGameStart (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/src/HomePage.js:78:27) at EventHandler.__p...
来源: Laya_社区 发布时间: 20180709
...组件 layanative2 打包android平台 报错 btCollisionObject undefined new Laya.Sprite();绘制图形以后,怎么删除释放资源? ProgressBar赋值问题 请问有人遇到oppo小游戏字体显示异常 问题状态 最新活动: 2019-02-01 19:31 浏览: 7439 关注: 7 人 瑰意琦行 ...
来源: Laya_社区 发布时间: 20181208
...号; 不缓存 : 'https://www.xxxxxx.com/game/image/imagetest.png?t=' + new Date().getTime(); 2018-08-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 渔歌 相关问题 加载到舞台的3D模型不显示...
来源: Laya_社区 发布时间: 20180730
...Laya.init(1334, 750); //创建一个Skeleton对象 var skeleton:Skeleton = new Skeleton(); //添加到舞台 Laya.stage.addChild(skeleton); skeleton.pos(600,350); //通过加载直接创建动画 skeleton.load("res/DragonBones/rooster/Rooster_Ani.sk"); } } } ``` 运行效果如动图6所示 ![动图...
来源: Laya2.0_文档 发布时间: 20210714
...ds changeScissor changeViewport drawRenderElement Constructors constructor new RenderContext3D(): RenderContext3D Defined in laya/d3/core/render/RenderContext3D.ts:171 创建一个 RenderContext3D 实例。 Returns RenderContext3D Properties configPipeLineMode configPipeLineMode: PipelineMode = "For...
来源: Laya3.0_api 发布时间: 20231115
...a.Handler.create(this,this.onSelect,null,false); this.sList.mouseHandler = new Laya.Handler(this,this.onMouse);//鼠标事件响应 } Laya.class(ServerListView,"ServerListView",_super); var _proto_ = ServerListView.prototype; //选择列表项时的相应时间,参数index是选中项的下标 // ...
来源: Laya_社区 发布时间: 20170805
... if (!soundClass)soundClass=SoundManager._soundClass; if (!tSound){ tSound=new soundClass(); tSound.load(url); if (!Browser.onMiniGame){ Loader.cacheRes(url,tSound); } }; var channel; channel=tSound.play(startTime,loops); if (!channel)return null; if(url == SoundManager._tMusic){ if(!SoundManager._i...
来源: Laya_社区 发布时间: 20181019
...实现负负得正 为什么ani动画执行的不是按中心点执行的 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console...
来源: Laya_社区 发布时间: 20170912
... //实例UI界面 var testView:TestView = new TestView(); Laya.stage.addChild(testView); fairygui.UIPackage.addPackage ( "res/Bag" ); Laya.stage.addChild ( fairygui.GRoot.inst.displayObject ); ...
来源: Laya_社区 发布时间: 20180513
... = message.data.height; var tempMatrix = message.data.matrix; var matrix = new Laya.Matrix(); matrix.a = tempMatrix.a; matrix.b = tempMatrix.b; matrix.c = tempMatrix.c; matrix.d = tempMatrix.d; Laya.stage._canvasTransform = matrix;//重新设置矩阵 break; } 重设矩阵的代码就是这样,跟...
来源: Laya_社区 发布时间: 20180903