大约有 2 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0019 秒)
...Dlg, "CommonDlg", _super); var _proto_ = CommonDlg.prototype; _proto_.closeEffect = Laya.Handler.create(null, this.onCloseEffect, null, true); _proto_.onCloseEffect = function () { console.log("in on close effect") this.close(); } return CommonDlg; })(Laya.Dialog);console.log并未输出任何东西...
来源: Laya_社区 发布时间: 20171107
...定义显示对象基类 /** 地图基础元素 * 实现 entity,effect,...等元素在地图上显示逻辑 */ export class MapUnit extends Laya.Sprite implements lamborghini.map.IMapUnit { /**相对于地图的坐标*/ protected mRelative: Laya.Point; ...
来源: Laya_社区 发布时间: 20161109