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

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

511. discard property,please use transform's property instead [ 59%]

...耗性能         directionLight.shadowPCFType = 3;         Laya.loader.create([             "res/plane.lh",             "res/LayaMonkey.lh"         ], Laya.Handler.create(this, onComplete));         var _quaternion = new Laya.Quaternion();         Laya.timer.frameLoo...

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

512. socket.sent [ 59%]

....Stage.SCREEN_NONE; var uiResArr =[ {url:"res/atlas/comp.atlas",type: Laya.Loader.ATLAS}, ]; Laya.loader.load (uiResArr , Laya.Handler.create(this,this.onLoded));      //加载图片 this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_ENDIAN; this.socket =...

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

513. vivo小游戏 · LayaAir3.0文档 · LAYABOX [ 59%]

...此方法只执行一次 */ 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

514. 使用了2.1.1的开放域 会白屏 [ 59%]

...域,排行榜 微信关系链开发,如果在开放域那边使用Laya.loader.load加载就会出错 开放域的字体很糊 没有背景图片的字更加的糊 请问大佬有没有解决的办法 mac 开放域 发布失败 2.0 3D项目微信小游戏加入物理库和开放域后超4M,求分...

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

515. 源代码中Handler中的setTo()方法 [ 59%]

...*****278 当调用Handler的时候就会执行这个方法,在使用Laya.loader.load加载资源的时候,它里边的第二个参数就是Handler类型的,你可以看下 2018-01-31 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...

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

516. 一个图集动画由多张图集组成这种图集动画怎么加载播放? [ 59%]

...Monica • 2017-10-13 10:44 @hypo_chen:那就加载多个json文件...Laya.loader.load第一个参数是数组类型的

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

517. layabox打包有问题用cordova打包没问题 [ 59%]

...ion loadconfig():void{ trace("---------------loadBaseConfAfterGame"); Laya.loader.load( temploaArr, Handler.create(this,loadAllBaseConfFun,[_afterGameConfigArr])/*,progressHandler*/); } private function loadAllBaseConfFun(configURLArr:Array):void { trace("-------------loadAllBaseConfFun------------"...

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

518. 网络和格式 -- ProtocolBuffer as3 [ 59%]

...义html中的id参数 想开发网络游戏及局域网对战游戏 请问Loader.load支持支持swf格式的预加载吗? 3d插件导出的顶点格式不正确 网络通讯问题,挂接第三方类库是否有效? 希望IDE增加个代码格式化功能 问题状态 最新活动: 2017-03-06 ...

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

519. 设置滤镜(ActionScript-LayaAir基础篇(AS3)-位图) [ 58%]

...ER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; Laya.loader.load(ApePath, Handler.create(this, setup)); } private function setup(e:*=null):void { normalizeApe(); makeRedApe(); grayingApe(); } private function normalizeApe():void { var originalApe:Sprite = createApe(); apeTextur...

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

520. CPU优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 58%]

...正确获取宽高。 3. **直接调用size设置:** ```javascript Laya.loader.load("res/apes/monkey2.png", Handler.create(this, function() {     var texture:Texture = Laya.loader.getRes("res/apes/monkey2.png");     var sp:Spirte = new Sprite();     sp.graphics.drawTexture(tex...

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