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

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

3381. AI协同开发环境 · LayaAir3.4 · 引擎文档 · LAYABOX [ 47%]

...料生成回答。这种机制容易出现“生成幻觉”(Hallucination)问题,并且也经常是老旧的信息,在查询专业技术资料时,尤其是一些新的知识,模型可能给出看似合理但实际错误的信息。 因此,用户在使用AI问答时,往往仍需依...

来源: Laya3.0_文档 发布时间: 20260206

3382. 打包带资源的App联网包,资源路径填的是本地项目index.html的所在路径,但是安装完成后的App,打开报错读不到资源中的语言包,这是怎么回事,求大神回复 [ 47%]

...不显示? TextInput重写onFocus和onBlur事件监听不到 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 关于遍历产生的sprite的点击事件,急,大神帮看哈 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致...

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

3383. [LayaAir3]Pool对象池获取继承对象时会返回基类对象 [ 46%]

... 请问有没有方法能够获取“鼠标是否处于按下状态”? IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 Laya2.6.0beta 物...

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

3384. 画了一个封闭的曲线,获取鼠标点击处的像素,为何坐标对不上导致拿不到正确位置的Texture? [ 46%]

....StageReferance; public class Main { private var _view:Sprite; public function Main() { Config.isAntialias = true;//抗锯齿 //初始化引擎 Laya.init(1024, 768); //Stat.show(); Laya.stage.bgColor = "#ccc"; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.s...

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

3385. 写个捕鱼游戏练练手 [ 46%]

...开发 坐标:深圳南山 游戏运行在chrome里面 听不见声音 IOS系统内嵌H5游戏,退到后台,等几秒返回音乐音效全无 求高人分享使用protobuff框架的游戏demo(TS版本或AS版本的) 成都雨墨游戏 求 laya 程序开发人员 新手开发游戏,求思...

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

3386. 用javascript如何实现游戏登录游戏前的资源加载进度,如何将图片,音乐等素材加载到界面通过加载条显示加载进度 [ 46%]

...this.progressUI.displayObject); Laya.timer.loop(100, this, this.updataPosition); this.loadMainDatas(); } public updataPosition() { this.progressUI.setPosition(Laya.stage.width / 2, Laya.stage.height / 2); } public loadMainDatas() { Laya.loader.load([ { url: "res/ui/UIComponents@atlas0.png", type: Lo...

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

3387. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 46%]

...l,'<img src="res/face/face'+i+'.png" style="width:36px;height:36px;position:relative;top:30px;"></img>'); } div.pos(30,5); div.innerHTML = txt; div.width = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomView.chatBox....

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

3388. Laya截图3D场景相关模型,导致模型透视! [ 46%]

...条件,有一个(.lh)后缀模型资源。 具体代码如下: (function () { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; var resUrl = "../bin/res/modles/role_48_lurenyi/role_48_lurenyi.lh"; var scene = Laya.stage.addChil...

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

3389. Cannot read property 'load' of null [ 46%]

...ya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 微信小游戏兼容性bug 部分机型load场景不显示 Cannot read property 'displayObject' of null 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read...

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

3390. swf转成H5资源显示超出原有范围 [ 46%]

...nt;     import flash.net.URLRequest;     import flash.system.ApplicationDomain;     import flash.system.LoaderContext;     import flash.system.Capabilities;     public class Main extends Sprite     {         public function Main():void         {             if ...

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