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

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

411. 多scene3d报内存不足问题 [ 53%]

...ws increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with  -s ABORTING_MALLOC=0 "). Build with -s ASSERTIONS=1 for more info.   代码:...

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

412. typescript语言版本的LayaAir.d.ts的MiniAdpter只有一个接口 [ 53%]

...ir.d.ts的MiniAdpter只有一个接口 类库版本:1.7.19.1beta declare module laya.wx.mini { class MiniAdpter { /** * 初始化回调 * @param isPosMsg 是否需要在主域中自动将加载的文本数据自动传递到子域,默认 false * @param isSon 是否是子域,默认为false */ st...

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

413. 按照教程,创建自定义组件,报错 [ 53%]

...较了下生成的.js文件,有个不同,不清楚是不是因为我的module.def没有编译成功   左边是官方例子生成的js文件,右边是我自己写的。区别是我的还是editorUI.Button,而官方的已经变成ui.Button了? 2017-07-21 0 0 分享 微博 QZONE 微信 oayx...

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

414. 屏幕适配-缩放-Extract Fit [ 53%]

...his.rect.y = Laya.stage.height / 2; } } new SmartScale_Scale_EXTRACT_FIT();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export class SmartScale_Scale_EXTRACT_FIT { private rect: Sprite; constructor() { Laya.init(550, 400); Laya.stage.scaleMode = Stage.SCALE_EXACTFIT; Laya.st...

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

415. 屏幕适配-缩放-Show All [ 53%]

...; this.rect.y = Laya.stage.height / 2; } } new SmartScale_Scale_SHOW_ALL();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export class SmartScale_Scale_SHOW_ALL { private rect: Sprite; constructor() { Laya.init(550, 400); Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage....

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

416. 区块地图-PerspectiveWall [ 53%]

...stage.width, Laya.stage.height), null); } } new TiledMap_PerspectiveWall();module laya { import Stage = Laya.Stage; import TiledMap = Laya.TiledMap; import Rectangle = Laya.Rectangle; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class TiledMap_PerspectiveWall { private tiledMap: ...

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

417. 微信小游戏官网demo用微信开发者工具直接打开bin目录报错 [ 53%]

...工具 选择小游戏 打开新建示例下的bin目录 进入后提示 module "code.js" is not defined 2018-06-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 小游戏要指向ide小...

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

418. 使用了Async之后报错提示没有tslib [ 53%]

...了下tsconfig.json定义,也解决了: "compilerOptions": {     "module": "es6",     "target": "es6",     "noEmitHelpers": true,     "sourceMap": false,     "lib": [       "DOM",       "ES6",       "DOM.Iterable",       "ScriptHost",      ...

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

419. U3D导出模型,无法播放动画(在U3D预览也没),求看下具体原因 [ 53%]

...附件,跪求有空的大佬帮我看下是啥原因。   附件 : --> module.zip 2019-08-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Xiiiyue 赞同来自: 已经解决。部分动画没有设置循环播...

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

420. laya2.0 ts脚本需要 import ** from ** 问题 [ 53%]

...是参考这些文章修改的.不行. https://www.tslang.cn/docs/handbook/module-resolution.html   https://decembersoft.com/posts/say-goodbye-to-relative-paths-in-typescript-imports/​        2018-09-20 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已...

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