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

大约有 1,264 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0090 秒)

971. vivo小游戏 · LayaAir3.0文档 · LAYABOX [ 55%]

...此方法只执行一次 */ onAwake(): void { //小游戏加载分包 Laya.loader.loadPackage("sub1", this.printProgress).then(() => { Laya.loader.load("sub1/Cube.lh").then((res: Laya.PrefabImpl) => { let sp3: Laya.Sprite3D = res.create() as Laya.Sprite3D; this.scene3d.addChild(sp3); }); }) La...

来源: Laya3.0_文档 发布时间: 20241014

972. UI-Tree [ 55%]

...ree/clip_tree_folder.png", "../../res/ui/tree/clip_tree_arrow.png" ]; Laya.loader.load(res, new Handler(this, onLoadComplete)); })(); function onLoadComplete() { // 组装tree的数据 var treeData = ""; for (var i = 0; i "; for (var j = 0; j "; } treeData += ""; } treeData += ""; // 解析tree的...

来源: Laya_示例 发布时间: 20241119

973. UI-Tree [ 55%]

...s/ui/tree/clip_tree_folder.png", "res/ui/tree/clip_tree_arrow.png" ]; Laya.loader.load(res, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { const Utils = Laya.Utils, Tree = Laya.Tree; // 组装tree的数据 let treeData = ""; for (let i = 0; i "; for (let j = 0; j "; } treeData += "...

来源: Laya2.0_示例 发布时间: 20241119

974. panel里加入大量的image,放到手机上会很卡 [ 55%]

...信小游戏加入物理库和开放域后超4M,求分包方案 请问Laya.loader.load资源缓存在哪里?能不能把这个缓存目录里的资源加入NativeFile白名单? TextInput在手机上文字输入位置不对 希望加入类似Pixi.js的多纹理寄存器支持 Image和Sprite在应...

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

975. 3D支持图集吗? [ 55%]

...的一个图片吗?  //2D加载图集 var texture: Laya.Texture = Laya.loader.getRes("magic/sg.png"); var sp = new Laya.Sprite(); sp.graphics.drawTexture(texture, 0, 0); Laya.stage.addChild(sp);   //3D加载图集 var box: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(new Laya.PlaneMe...

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

976. 如何制作天空盒所需的.ltc文件 [ 55%]

...官例里载入的那些json文件是用什么软件生成的? 请问下loader如何强制加载一个文件,避免浏览器的缓存 问题状态 最新活动: 2017-12-07 14:57 浏览: 1584 关注: 3 人 guangmiao123 • 2017-12-07 15:02 emmmm....天空盒我知道做,那个后缀ltc的文件...

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

977. drawcall优化问题 [ 55%]

...-22 17:58 浏览: 1094 关注: 5 人 jacksing888 • 2018-01-22 23:37 Laya.loader.load( 'res/atlas/comp.json', Handler.create(this, function(){ container = new Laya.Sprite(); var x = 0,y =80; Laya.stage.addChild(container); for(var i=0;i<1200;i++){ var role = new Laya.Sprite(); x = x+0.1; y = y+0...

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

978. 微信小游戏开放域不能使用Tab组件和Scorllbar? [ 55%]

...7 浏览: 902 关注: 1 人 wu语 • 2018-07-20 21:52 都是小图,Laya.loader.load()之后就好了,为什么其他的图又不用。。。

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

979. TypeError: this._childs is null [ 55%]

...Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Load.loader.getRes返回都是Null laya创建wxopendataviewer组件报 Cannot read property "createTexture" of null 的错误,疑似layabug Cannot read property 'offCanplay' of null laya2.9版本,脚本如何正确添加,现...

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

980. 将资源导入后执行,系统未加载出来 [ 55%]

...图形以后,怎么删除释放资源? ios14新系统问题 请问下loader如何强制加载一个文件,避免浏览器的缓存 Animation 的createFrames 使用已经加载的图集缓存动画失败 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 laya怎么跨域加载...

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