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

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

41. 鼠标交互-修正交互区域 [ 78%]

...**侦听处理方法*/ function onDown(e) { logger.text += "点击 - " + e.target.name + "\n"; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.WebGL; export class Inter...

来源: Laya_示例 发布时间: 20251130

42. layaair2.2 ide版本新建的空项目,开启调试模式后报错了 [ 78%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 分享:打地鼠 AS、JS、TS版本 Demo! 求助关于TiledMap的版本问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 请问2.0的版本开始,我...

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

43. 鼠标交互-修正交互区域 [ 78%]

...ger); } /**侦听处理方法*/ onDown(e) { logger.text += "点击 - " + e.target.name + "\n"; } } new Interaction_FixInteractiveRegion();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import Browser = Laya.Browser; import We...

来源: Laya2.0_示例 发布时间: 20251130

44. [LayaAir3]打包安卓渲染模式使用OpenGL会报glUtilsParamSize的错误 [ 76%]

...hrome出现错误: Error processing launch: Error Could not attach to main target laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 编辑器Tree组件树节点渲染回调两次 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1....

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

45. 在LayaIDE中下载的运行器启动报错 [ 75%]

...hrome出现错误: Error processing launch: Error Could not attach to main target 请问在layaIDE里,怎么调用微信小程序API laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机...

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

46. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 75%]

...hrome出现错误: Error processing launch: Error Could not attach to main target LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 laya2的Scene默认是文件模式,不会生成场景类...

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

47. "加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." [ 75%]

...hrome出现错误: Error processing launch: Error Could not attach to main target IDE1.7.8 json图集加载问题 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 谷歌浏览器播放mp3出现The AudioContext was not allowed to st...

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

48. 场景或者View中加入编辑好的2d粒子,加载场景或者view播放的时候会报错误 [ 75%]

...hrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' 骨骼动画播放完后的回调时间 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 FairyGUI是一款专业的...

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

49. 3D中摄像机绕物体旋转该如何实现? [ 74%]

...true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3...

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

50. 官方案例里摄像机绕物体旋转脚本的问题 [ 74%]

...true; /// <summary> /// Around center. /// </summary> //public target: Transform3D; public AroundPos: Vector3 = new Vector3(); /// <summary> /// Settings of mouse button, pointer and scrollwheel. /// </summary> public mouseSettings: MouseSettings = new MouseSettings(0, 1, 0.3...

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