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

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

311. Laya.loader.create()真机不能加载3D资源,加载图片和音频可以,打开调试也没问题 [ 64%]

...载进度         Laya.loader.create(res,null,Laya.Handler.create(this,this.onProgress,null,false)); 2020-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 1605953523用户 赞同来自: 我把资源放...

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

312. 寻路导航示例中添加Laya.PathFind组件报异常 [ 64%]

...下: //获取可行走区域模型 var meshSprite3D: Laya.MeshSprite3D = this.scene.getChildByName('Scenes').getChildByName('HeightMap') as Laya.MeshSprite3D; //使可行走区域模型隐藏 meshSprite3D.active = false; var heightMap: Laya.Texture2D = Laya.Loader.getRes("../../res/threeDimen/scen...

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

313. 官方例子,发现动作做完这个事件根本没有 [ 64%]

...个事件根本没有 //监听动画完成事件 roleAni.on(Event.COMPLETE,this,onAniComplete); 监听了,并没有什么发生 2017-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Supermang42 赞同来自:...

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

314. laya打包iOS,运行奔溃,构建时候选择的是2.3.0 [ 64%]

...信息是有个alert弹窗,上面的文字: exception info:[TypeError: this._nativeObj.addGlobalValueDefine is not a function.(In "this._nativeObj.addGlobal ValueDefine(modifyType, type, size, defaultData)", "this._nativeObj.addGlobalValueDefine" is undefined)] at line  4664. 附件 : --> 2020-02...

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

315. 微信开发者工具,打开Laya发布的包。编译报请先初始化小游戏适配库,详细教程 [ 64%]

...命名1112.png Wechat Lib:1.9.98, 2018.4.4 17:39:27 code.js:107 Warning!,this class[MiniAdpter] already exist: {init: ƒ} VM163:1 请先初始化小游戏适配库,详细教程https://ldc.layabox.com/doc/?nav=zh-ts-5-0-0 console.error @ VM163:1 Browser.__init__ @ code.js:7131 (anonymous) @ code.js...

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

316. laya.filters.ColorFilter_API3.0 [ 64%]

... Parameters brightness: number 亮度,范围:-100~100 Returns ColorFilter this adjustColor adjustColor(brightness: number, contrast: number, saturation: number, hue: number): ColorFilter Defined in laya/filters/ColorFilter.ts:102 调整颜色,包括亮度,对比度,饱和度和色调 Parameter...

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

317. 打包安卓后运行弹出异常 [ 64%]

...弹出异常 用新建的空白项目打包app后运行,直接出提示 this._nativeObj.addGlobalValueDefine is not a function(附件中有图),Native版本用的是:release-v2.0.2的 附件 : --> TestAndroidPro.rar 2020-07-07 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没...

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

318. laya3.0中jszip使用异常 [ 64%]

...oad([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, null, false)).then(             (value) => {                 JSZip.loadAsync(value).then(                     (zipData: JSZip) => {                         conso...

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

319. texture2D的setPixel纹理rgba数据之后会随着窗口的缩放,渐变成黑色 [ 63%]

...Laya.Vector3(-1.0, -1.0, -1.0)); directionLight.transform.worldMatrix=mat; this.sprite3D = scene.addChild(new Laya.Sprite3D()) as Laya.Sprite3D; //正方体 var box = this.sprite3D.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createPlane())) as Laya.MeshSprite3D; this.box = box; box.transform.p...

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

320. 跟视频做出现这个问题。怎么破 求解 [ 63%]

...ions;    //给男角色模型设定贴图动画          var manAni=this.roleMan.addComponent(SkinAnimations);          manAni.url="3d/man/hero.ani";          manAni.player.play();     2017-06-17 0 0 分享 微博 QZONE 微信 leeone 赞同来自: Warning: discard property,please ...

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