• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,402 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)

1941. Laya.loader.load 教程代码出错 [ 49%]

...ite ;         private var index:int ;         public function LayaSample() {             //初始化引擎             Laya.init(600, 300);                          img = new Sprite();             var arr:Array = [];    ...

来源: Laya_社区 发布时间: 20170918

1942. [LayaAirIDE3]3.3 ui使用rt混合3d渲染异常 [ 49%]

...型渲染异常_.zip 2025-04-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 layabox 赞同来自: Recovery 已在3.3.0正式版中修复,请关注近期官网的发版情况 2025-07-15 1 0 分享 微博 QZONE...

来源: Laya_社区 发布时间: 20250423

1943. LayaAir IDE 语言包的使用? [ 49%]

...言包的使用? 2016-10-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 cuixueying 赞同来自: TsubasaYeung LayaAir IDE语言包的应用只针对文本框会受影响 使用方式如下 1、提取语言包...

来源: Laya_社区 发布时间: 20161018

1944. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 49%]

...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

1945. phasorSpriter3D 无法使用 [ 49%]

...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

1946. 手机调试时http请求错误,返回Request failed Status:0 [ 49%]

...码片段: 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

1947. HTMLIframeElement 使用出错?请大神指点 [ 49%]

...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

1948. 在LayaAir1.7.3beta中使用WebGL渲染下粒子系统像素颜色丢失的问题 [ 49%]

...配置有问题? 2017-04-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: WebGL下确实有问题,是我们已知的bug。解决之后会在版本更新时标记,更新...

来源: Laya_社区 发布时间: 20170416

1949. matter中有没有类似于unity中的OnCollision碰撞检测函数呀,用js怎么写 [ 49%]

matter中有没有类似于unity中的OnCollision碰撞检测函数呀,用js怎么写 2018-06-01 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 冰水blue 赞同来自: 么有。这个我给你个demo,你自己看...

来源: Laya_社区 发布时间: 20180601

1950. prop 识别不到 [ 49%]

...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