大约有 5,491 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0183 秒)
Laya_社区(4920) Laya2.0_文档(348) Laya3.0_文档(119) Laya_示例(24) Laya3.0_api(23) Laya2.0_api(21) laya_api(19) Laya2.0_示例(17)
... s.startSizeType = 0; s.startSizeConstant = 1; s.startSizeConstantSeparate = new Vector3(1,1,1); s.threeDStartRotation = false; s.startRotationType = 0; ...
来源: Laya_社区 发布时间: 20170605
微信小游戏报错 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
...相机 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
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
...SE_UP事件。 怎么才能不让舞台接受传递过来的事件呢? 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 RayFor24 赞同来自: 这个问题有大佬清楚吗 2018-04-24 0 1 分享 微博...
来源: Laya_社区 发布时间: 20180418
...屏幕适配与抗锯齿的合集课程链接:[https://ke.qq.com/course/417469](https://ke.qq.com/course/417469 ) ---------- LayaAir2.0开始,支持自定义脚本到编辑器,方便扩展已有组件功能  如果想在编辑器内展示脚本定义的属性,可用通...
来源: Laya2.0_文档 发布时间: 20201213
...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
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
...yz.xuanyougame.cn/index.html 微信二维码扫描即玩 附件 : --> 2017-08-16 4 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 13 个回复 cuixueying 赞同来自: 谢谢分享(*^__^*) …… 2017-08-16 0 0 分享 微博 ...
来源: Laya_社区 发布时间: 20170816
...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