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

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

521. [LayaAir3]spine显示不对 [ 54%]

...:onEnable(): void { Laya.loader.load("swk/zhujue_wk.skel", Laya.Handler.create(this, () => { this.owner.getComponent(Laya.Spine2DRenderNode).changeNormal(); })); }   2024-10-10 0 1 分享 微博 QZONE 微信 layabox 赞同来自: 已记录,我们节后看一下 2024-09-30 0 0 分享 微博 Q...

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

522. LayaUI中的input组件不显示 [ 54%]

...ar res=[ {'url':'res/atlas/comp.json'} ] Laya.loader.load(res,Laya.Handler.create(this,Main)); } function Main(){ Laya.stage.addChild(new loginUI()); } })();   附件 : --> 2017-11-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内容相关的链接 ...

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

523. Texture2D的GPU纹理压缩的使用(ActionScript-3D基础(AS3)-LayaAir3D之纹理) [ 54%]

...ene_TextureGPUCompression/Conventional/"; Scene3D.load("scene.ls", Handler.create(.......)); ```

来源: Laya2.0_文档 发布时间: 20210714

524. 粒子释放问题 [ 54%]

...th += "../../"; Laya.loader.load("res/particles/GravityMode.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON); })();   function onAssetsLoaded(settings) { sp = new Particle2D(settings); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp);   sp.x = Laya.stage.width / 2; sp.y = Laya...

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

525. 技术文档中的示例js运行报错 [ 54%]

...ge.bgColor="#fff" Laya.loader.load('./../bin/res/atlas/res.atlas', Handler.create(this, onLoaded)) })() function onLoaded() { var cMask = new maskDemoUI() Laya.stage.addChild(cMask) } })()   附件 : --> 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

526. Panel初始化BUG [ 54%]

...;         content._style.scrollRect || (content.scrollRect = Rectangle.create());         content._style.scrollRect.setTo(rectX, rectY, width, height);         content.scrollRect = content.scrollRect;     } 附件 : --> Bug文本.zip 2021-11-08 添加评论 免费帖 --> 分享 微博 ...

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

527. laya空项目怎么加载unity带出的.ls文件 [ 54%]

...ne = Laya.Scene3D.load("LayaScene_xfg/layaScene.ls",Laya.Handler.create(this,function(_s){ Laya.stage.addChild(_s); })); 这样还是报错 说secne是void

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

528. bind函数的作用 [ 54%]

...bind(this)); a15715740412 • 2018-01-30 16:31 /** * For a given function, creates a bound function that has the same body as the original function. * The this object of the bound function is associated with the specified object, and has the specified initial parameters. * @param thisArg An object t...

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

529. 2.3.0beta 各种bug [ 54%]

...  this._style === SpriteStyle.EMPTY && (this._style = SpriteStyle.create());             if( this._style == null){                 this._style = SpriteStyle.create()             }             return this._style;         }     core.js vivo下getJSON报错兼...

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

530. canvas下资源清理的问题 [ 54%]

...a.loader.load([{url: "res/atlas/task.atlas", type: Loader.ATLAS}], Handler.create(this, onLoaded));         }                  private function hide():void         {             if(taskView)             {                 taskView.destroy();    ...

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