大约有 708 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)
Laya_社区(412) Laya_示例(95) Laya2.0_示例(94) Laya2.0_文档(31) laya_api(24) Laya3.0_api(23) Laya2.0_api(23) Laya3.0_文档(6)
...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
...ir.d.ts的MiniAdpter只有一个接口 类库版本:1.7.19.1beta declare module laya.wx.mini { class MiniAdpter { /** * 初始化回调 * @param isPosMsg 是否需要在主域中自动将加载的文本数据自动传递到子域,默认 false * @param isSon 是否是子域,默认为false */ st...
来源: Laya_社区 发布时间: 20180612
...较了下生成的.js文件,有个不同,不清楚是不是因为我的module.def没有编译成功 左边是官方例子生成的js文件,右边是我自己写的。区别是我的还是editorUI.Button,而官方的已经变成ui.Button了? 2017-07-21 0 0 分享 微博 QZONE 微信 oayx...
来源: Laya_社区 发布时间: 20170721
...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
...; 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
...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
...工具 选择小游戏 打开新建示例下的bin目录 进入后提示 module "code.js" is not defined 2018-06-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 小游戏要指向ide小...
来源: Laya_社区 发布时间: 20180629
...了下tsconfig.json定义,也解决了: "compilerOptions": { "module": "es6", "target": "es6", "noEmitHelpers": true, "sourceMap": false, "lib": [ "DOM", "ES6", "DOM.Iterable", "ScriptHost", ...
来源: Laya_社区 发布时间: 20200520
...附件,跪求有空的大佬帮我看下是啥原因。 附件 : --> module.zip 2019-08-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Xiiiyue 赞同来自: 已经解决。部分动画没有设置循环播...
来源: Laya_社区 发布时间: 20190801
...是参考这些文章修改的.不行. 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