大约有 2,402 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
Laya_社区(1823) Laya3.0_api(153) laya_api(104) Laya2.0_api(96) Laya2.0_文档(77) Laya_示例(52) Laya3.0_文档(49) Laya2.0_示例(48)
...ite ; private var index:int ; public function LayaSample() { //初始化引擎 Laya.init(600, 300); img = new Sprite(); var arr:Array = []; ...
来源: Laya_社区 发布时间: 20170918
...型渲染异常_.zip 2025-04-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layabox 赞同来自: Recovery 已在3.3.0正式版中修复,请关注近期官网的发版情况 2025-07-15 1 0 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20250423
...言包的使用? 2016-10-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 cuixueying 赞同来自: TsubasaYeung LayaAir IDE语言包的应用只针对文本框会受影响 使用方式如下 1、提取语言包...
来源: Laya_社区 发布时间: 20161018
...ch Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/BlinnPhongMaterial" BlinnPhongMaterial Class BlinnPhongMaterial BlinnPhongMaterial 类用于实现Blinn-Phong材质。 ...
来源: Laya3.0_api 发布时间: 20231115
...llider.boundBox.getCorners(_corners) this.phasorSpriter3D.begin(Laya.WebGLContext.LINES, this.camera); this.phasorSpriter3D.line(_corners[0], _color, _corners[1], _color); this.phasorSpriter3D.line(_corners[1], _color, _corners[2], _color); this.phasorSpriter3D.line(_corners[2], _color, _corners[3],...
来源: Laya_社区 发布时间: 20180821
...码片段: let hr = new Laya.HttpRequest(); hr.http.timeout = 5000; hr.on(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); hr.once(Laya.Event.COMPLETE, this, (response)=>{ UIFactory.closeWaitBar(); this.onHttpRequestComplete(response); if(handleOk){ handleOk(response); } }); hr.once(Laya...
来源: Laya_社区 发布时间: 20190308
...f undefined at trimProperty (d:\Program Files\LayaIDE\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\variables.js:137:18) at propertyPreviewToString (d:\Program Files\LayaIDE\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\c...
来源: Laya_社区 发布时间: 20171203
...配置有问题? 2017-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: WebGL下确实有问题,是我们已知的bug。解决之后会在版本更新时标记,更新...
来源: Laya_社区 发布时间: 20170416
matter中有没有类似于unity中的OnCollision碰撞检测函数呀,用js怎么写 2018-06-01 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 冰水blue 赞同来自: 么有。这个我给你个demo,你自己看...
来源: Laya_社区 发布时间: 20180601
...e: speed, tips: "速度", type: Number, default: 10} */ constructor() { super(); } onAwake() { console.log("场景渲染完成", this.speed); } } IDE中报错: [15:26:34] Working directory changed to E:\LayaAirIDE\re...
来源: Laya_社区 发布时间: 20191227