大约有 3,007 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0069 秒)
..."dom", "es5" ] }, "exclude": [ // "node_modules" ] }报错 ReferenceError: exports is not defined 生成的js是Object.defineProperty(exports, "__esModule", { value: true }); var Collections = require("typescript-collections"); 刚接触ts,不太清楚怎么加载模块,编译时module是不是...
来源: Laya_社区 发布时间: 20180107
...道这里我还的Import 20+次? 而且被导入文档 首行必须有 export default class******* 这升级后 怎么写起来更麻烦了?还是说我没找到简便方式?? 求解 图1: 图2 问题二: 例如1.9我可以这样使用带命名空间的文档,,但是由于2.0需...
来源: Laya_社区 发布时间: 20181112
...时,使用的是类似如下写法: namespace com.test { export class MyTest{ // do something... } } 今天在定义组件并导出后,在 layaUI.max.all.ts 下生成了类似如下代码: module ui.coreUI { export class TestUI ex...
来源: Laya_社区 发布时间: 20170424
...Object, System.Boolean contentRoot) (at ./Library/PackageCache/com.layaair.export-tool@bca6fc3236/Editor/Export/resoure/NodeMap.cs:148) 附件 : --> 2024-02-01 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 ...
来源: Laya_社区 发布时间: 20240201
...DE 2.13.0 添加组件菜单无法显示二级继承的子类 实例代码 export default class View1 extends Laya.Script { } import View1 from "./View1"; export default class View2 extends View1 { }升级到2.13.0后,在编辑模式属性面板点击【添加组件】按钮,显示的【Code...
来源: Laya_社区 发布时间: 20220415
...接 提交 1 个回复 kylin 赞同来自: ResponerManager里有导出吗(export)? 2020-04-07 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 IXgSoul 相关问题 Layaair IDE的帧属性面板不见了 Layabox 2.0 bate5 运行编译之...
来源: Laya_社区 发布时间: 20200407
... Image = Laya.Image; import Sprite = Laya.Sprite; export class SmartScale_T { //适配模式 private modes:string = "exactfit"; //全局文本信息 private txt: Text; constructor()...
来源: Laya2.0_文档 发布时间: 20200307
...分享 微博 QZONE 微信 黄小 赞同来自: 我给另一个脚本加了export defult就不会报这个错了,但是运行是的时候又出其他错 2020-07-17 0 0 分享 微博 QZONE 微信 黄小 赞同来自: ...我知道了,imprt文件是“./XXX”格式的,并不是按目录搜寻的...
来源: Laya_社区 发布时间: 20200717
...xt) return window.wx.offHide(callback) } } const wxHelper = new WXHELPER() export default wxHelper gameController.js import wxHelper from 'wxhelper' export default class welcome extends Laya.Script { constructor() { super() } onEnable() { wxHelper.onShow(this.resumeGame) wxHelper.onHide(this...
来源: Laya_社区 发布时间: 20181101
...,可以参照里面的 引用方法, 引用都需要import 类需要export 2018-12-12 1 0 分享 微博 QZONE 微信 不问苍生 赞同来自: 类的导入方式 2018-12-12 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 不问苍...
来源: Laya_社区 发布时间: 20181211