大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0101 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...毕,即将进入游戏..." this.panel.visible=false; this.gobtn.visible=true; }else { this.pro.value=progress/100; this.tips.text="游戏正在加载中,当前进度为:"+progress+"%!" } } 2018-01-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...
来源: Laya_社区 发布时间: 20180121
...s:310 inheritdoc override Parameters Default value destroyChild: boolean = true Returns void destroyChildren destroyChildren(): void Inherited from Node.destroyChildren Defined in laya/display/Node.ts:211 销毁所有子对象,不销毁自己本身。 Returns void event event(type: string, data?: ...
来源: Laya3.0_api 发布时间: 20231115
...esURI("video/guide.mp4"); videoElmt.controls = false; videoElmt.autoplay = true; videoElmt.loop = "loop"; // 阻止IOS视频全屏 videoElmt.setAttribute("webkit-playsinline", true); videoElmt.setAttribute("playsinline", true); // 设置画布上的对齐参照物 let reference: Laya.Sprite = new La...
来源: Laya_社区 发布时间: 20180802
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 anchor锚点设置不生效 问题状态 最新活动: 2018-03-29 17:38 浏览: 577 关注: 2 人 luo7954 • 2018-03-29 17:45 3d资源加载失败后loader被回收,被回收的loader的customParse属性...
来源: Laya_社区 发布时间: 20180329
...tructor() { this.count = 0; this.totalBox = 200; Laya.Config.isAntialias = true; Laya.Laya.init(Laya.Browser.clientWidth, Laya.Browser.clientHeight, Laya.WebGL); Laya.Stat.show(); Laya.Physics.enable({ gravity: 0 }); Laya.PhysicsDebugDraw.enable(); Laya.Laya.stage.alignV = Laya.Stage.ALIGN_MIDDLE; L...
来源: Laya2.0_示例 发布时间: 20260303
...接口下面 this.onLoaded(null) load(url, type = null, cache = true, group = null, ignoreCache = false, useWorkerLoader = ILaya.WorkerLoader.enable) { if (!url) { this.onLoaded(null); retur...
来源: Laya_社区 发布时间: 20201130
...个回复 cuixueying 赞同来自: 判断 Laya.stage.contains(sp) 是否为true即可! 2016-12-08 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 chanayy123 相关问题 请问LayaAir中如何使图片以圆形的方式显示? 安装l...
来源: Laya_社区 发布时间: 20161208
...{ "compilerOptions": { "module": "commonjs", "target": "es5", "sourceMap": true, "moduleResolution": "node", "lib": [ "dom", "es5" ] }, "exclude": [ // "node_modules" ] }报错 ReferenceError: exports is not defined 生成的js是Object.defineProperty(exports, "__esModule", { value: true }); var Col...
来源: Laya_社区 发布时间: 20180107
...-web-app-capable' content='yes' /> <meta name='full-screen' content='true' /> <meta name='x5-fullscreen' content='true' /> <meta name='360-fullscreen' content='true' /> <meta name="laya" screenorientation ="landscape"/> <meta http-equiv="X-UA-Compatible" content="IE=edg...
来源: Laya_社区 发布时间: 20201003
...terval=100; Laya.stage.addChild(body); body.play(0,true,"RUN") body.visible=true 附件 : --> TestAnimation.zip 2016-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixuey...
来源: Laya_社区 发布时间: 20161012