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

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

5301. 求ShuriKenParticle3D用法 [ 43%]

... s.startSizeType = 0;                 s.startSizeConstant = 1;                 s.startSizeConstantSeparate = new Vector3(1,1,1);                 s.threeDStartRotation = false;                 s.startRotationType = 0;            ...

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

5302. 微信小游戏报错 the .lh file root type must be Scene [ 43%]

微信小游戏报错 the .lh file root type must be Scene 引擎版本1.7.17beta private screen3DPath: string = "res/layaScene/xiangsuqiche.ls"; public LoadScene3D(): Laya.Scene { console.log("screen#DPath = " + this.screen3DPath); let scene: Laya.Scene = Laya.Scene.load(this.screen3DPath); Laya.s...

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

5303. 3D网格添加刚体后设置欧拉角出现位置错误 [ 43%]

...相机         let camera = this.scene.addChild(new Laya.Camera(0, 0.1, 100));         camera.transform.translate(new Laya.Vector3(0, 6, 9.5));         camera.transform.rotate(new Laya.Vector3(-15, 0, 0), true, false);         camera.addComponent(CameraMoveScript);         camera...

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

5304. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 43%]

socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 如题; 报错内容 WebSocket connection to 'ws://127.0.0.1:9000/' failed: One or more reserved bits are on: reserved1 = 1, reserved2 = 1, reserved3 = 0   百度了一个下午都没解决,不知道这里有没有人遇到过这...

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

5305. 怎么让Laya.stage不接受穿透而来的事件?给Laya.stage监听了MOUSE_UP事件,当点击舞台上按钮的时候,不仅会触发按钮的事件,同时也触发了Laya.stage的MOUSE_UP事件。 [ 43%]

...SE_UP事件。 怎么才能不让舞台接受传递过来的事件呢? 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 RayFor24 赞同来自: 这个问题有大佬清楚吗 2018-04-24 0 1 分享 微博...

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

5306. 脚本化(ActionScript-IDE篇(AS3)-组件化开发相关) [ 43%]

...屏幕适配与抗锯齿的合集课程链接:[https://ke.qq.com/course/417469](https://ke.qq.com/course/417469 ) ---------- LayaAir2.0开始,支持自定义脚本到编辑器,方便扩展已有组件功能 ![script1](img/5.jpg) 如果想在编辑器内展示脚本定义的属性,可用通...

来源: Laya2.0_文档 发布时间: 20201213

5307. list ,增加item ,我想在末尾增加,但是每次都给我翻倍的增加,如何解决 [ 43%]

...ya.Image($mj.Curr_Game_ImagePath + "hall/room_bg.png"); this.roombg.pos(50,150); this.addChild(this.roombg); var button = new Sprite(); button.loadImage($mj.Curr_Game_ImagePath + "hall/room_jiesan.png"); button.pos(300, 0); this.roombg.addChild(button); button.on(Event.MOUSE_DOWN, this, function (e)...

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

5308. laya打包iOS,运行奔溃,构建时候选择的是2.3.0 [ 43%]

laya打包iOS,运行奔溃,构建时候选择的是2.3.0 2020-02-18 13:55:32.120276+0800 splitgame[1354:43331] getExtension WEBGL_compressed_texture_s3tc 尚未支持 2020-02-18 13:55:32.120543+0800 splitgame[1354:43331] getExtension WEBKIT_WEBGL_compressed_texture_s3tc 尚未支持 2020-02-18 ...

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

5309. 分享:自己个人开发的H5游戏《西游战》 [ 43%]

...yz.xuanyougame.cn/index.html 微信二维码扫描即玩   附件 : --> 2017-08-16 4 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 13 个回复 cuixueying 赞同来自: 谢谢分享(*^__^*) …… 2017-08-16 0 0 分享 微博 ...

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

5310. laya.d3.graphics.VertexElementUsage [ 43%]

...e Object ... Public Constants ConstantDefined By  AGEADDSCALE0 : int = 21[static] VertexElementUsage  BINORMAL0 : int = 4[static] VertexElementUsage  BLENDINDICES0 : int = 6[static] VertexElementUsage  BLENDWEIGHT0 : int = 7[static] VertexElementUsage  COLOR0 : int = 1[static] VertexEleme...

来源: laya_api 发布时间: 20170929