大约有 1,489 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0060 秒)
Laya_社区(1084) Laya3.0_api(156) Laya2.0_api(101) laya_api(89) Laya2.0_文档(31) Laya3.0_文档(23) Laya2.0_示例(3) Laya_示例(2)
...) .pipe(gulp.dest('.')) }) /** 图集资源添加时间戳 */ gulp.task('updata_atlas_version',['create:hash'], () => { return gulp.src('./server/static/**/*.atlas') .pipe(function(){ return through.obj(function (file, enc, cb) { let _content = file.contents.toString() let _hash = `?v=${Date.now(...
来源: Laya_社区 发布时间: 20180412
...ketTest@4a7f7fe0 11-15 14:08:16.673: D/dalvikvm(1879): Trying to load lib /data/app-lib/com.hmjlbH5.xianhao-1/liblayaair.so 0x94ff75b8 11-15 14:08:17.053: A/libc(1879): Fatal signal 11 (SIGSEGV) at 0xdead0000 (code=1), thread 1879 (hmjlbH5.xianhao) 2017-11-15 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20171115
...步实现 打开界面 openWindow public openWindow(clazz: any, param?: { data?: any }) { let view = new clazz() this.setView(clazz, view); this.mainContent.addChild(view); } 初始化传进来的场景类; 存进字典 添加到显示层 下面是缓存的过程 setView private setView(clazz...
来源: Laya_社区 发布时间: 20190222
...0 1 分享 微博 QZONE 微信 ZX 赞同来自: import ConfigInfo from "../data/ConfigInfo"; import { ui } from "../ui/layaMaxUI"; export default class RuleDialog extends ui.scene.RuleDialogUI { private m_index: number = -1; private m_downValue: number = -1; constructor() { super(); this.list_rule.h...
来源: Laya_社区 发布时间: 20181112
...出来资源 这个是怎么回事? 我的tieldmap生成的json文件里data是这种格式,地图显示有误 问题状态 最新活动: 2019-11-13 15:26 浏览: 2310 关注: 7 人
来源: Laya_社区 发布时间: 20180925
...68.0.72/web3/updat ... 0.844 I/LayaBox: >>>JCConchRender::clearAllData =-815802000 D/EGL_emulation: eglMakeCurrent: 0xe05ec520: ver 3 1 (tinfo 0xe201f990) W/LayaBox: download error: timeout, dt=8,opttimeout=1798 I/LayaBox: Downloaded http://192.168.0.72/web3/updat ... 44%40 s=0 l=0 I/LayaBo...
来源: Laya_社区 发布时间: 20190222
...接 提交 2 个回复 阿噗 赞同来自: if(Browser.onMiniGame) { WXOpenDataViewer.postMsg({command:"open", curScore:GameModel.getInstance().money, data:{windowWidth:Laya.stage.width, windowHeight:Laya.stage.height}}); } 2018-12-04 0 0 分享 微博 QZONE 微信 谢春 赞同来自: 你用的是L...
来源: Laya_社区 发布时间: 20181123
...例。 Returns Component 组件。 bubbleEvent bubbleEvent(type: string, data?: any): void Inherited from Node.bubbleEvent Defined in laya/display/Node.ts:145 Parameters type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLat...
来源: Laya3.0_api 发布时间: 20231115
...layer: number 图层。 Returns void bubbleEvent bubbleEvent(type: string, data?: any): void Inherited from Node.bubbleEvent Defined in laya/display/Node.ts:145 Parameters type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callL...
来源: Laya3.0_api 发布时间: 20231115
...HTMLCanvas.ts:94 销毁。 override Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是...
来源: Laya3.0_api 发布时间: 20231115