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

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

71. 2d使用物理引擎为什么节点数随着球体数量增加而增加,使用静态Sprite就不会 [ 88%]

...理引擎为什么节点数随着球体数量增加而增加,使用静态Sprite就不会 我已经上传demo 运行打开物理场景添加球体个数,发现 Sprite数量在增长,PC上面跑,卡的不行不行的 附件 : --> layaPerformanceTest-demo.zip 2020-09-14 添加评论 免费帖 -->...

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

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

...thographic = true; camera.orthographicVerticalSize = 5; this.effRes = Laya.Sprite3D.load(resUrl); this.effRes.on(Laya.Event.HIERARCHY_LOADED, this, function(){ this.eff1 = scene.addChild( Laya.Sprite3D.instantiate(this.effRes)); this.eff1.transform.position = new Laya.Vector3(0,0,50); this.eff1.tran...

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

73. Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 [ 88%]

Sprite用graphics绘制图形后,mouse_over触发scale显示有问题 private _initView():void { if(this._objectInfo.templateInfo.type == "hole") { this._body = new Sprite(); this._body.graphics.drawCircle(0, 0, this._objectInfo.templateInfo.width, "#ff0000"); this._body.width = this._objectInfo....

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

74. iPhone6 webgl渲染下sprite.loadimage加载不出canvas.toDateUrl [ 88%]

iPhone6 webgl渲染下sprite.loadimage加载不出canvas.toDateUrl $("#ewm").qrcode({render:"canvas",width:parseInt(1136*0.3),height:parseInt(1136*0.3),correctLevel:0,text:textDz});//生成二维码图案 var t = new Texture(); t.load($("#ewm canvas")[0].toDataURL()); ewmSprit.graphics.drawTexture(...

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

75. WebGl下 graphics画出东西后 移动sprite 不起效果 [ 88%]

WebGl下 graphics画出东西后 移动sprite 不起效果 开启 webGl 先用graphics 画出任意东西,然后移动这个sprite 不起效果 2017-07-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 cuixueyi...

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

76. 2.0进入场景UI被模型挡住怎么解决? [ 88%]

... @Daze:3D容器继承自laya.display.Stage,UI容器继承自laya.display.Sprite,这两个容器都添加到Laya.stage。以后3D物体都往3D容器添加,UI都往UI容器添加 yuqi • 2019-03-06 11:31 @Daze:编辑模式修改为内嵌模式,layaMaxUI.ts需要在编辑模式下按F12发布...

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

77. Sprite的BlendMode可以自己添加XOR模式吗?可以告知在哪里添加吗? [ 88%]

Sprite的BlendMode可以自己添加XOR模式吗?可以告知在哪里添加吗? 2018-12-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 这个不能的。 2019-05-16 0 0 分享 微...

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

78. 层级面板 · LayaAir3.3 · 引擎文档 · LAYABOX [ 88%]

...层级面板的通用操作 2.1 创建节点 可以创建的3D节点有: Sprite3D(这是一个空节点); 基础3D节点(Cube、Sphere、Cylinder、Capsule、Cone、Plane); 特效(Particle3D、PixelLine、Trail); 灯光(DirectionLight、PointLight、SpotLight、AreaLight); ...

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

79. sprite3D.getChildAt(0).getComponentByType 报错 [ 88%]

sprite3D.getChildAt(0).getComponentByType 报错 调用 getComponentByType 获取Animator动画组件 报错, 自己写的和运行官方例子都一样 LayaIDE版本是:1.7.19 LayaAir版本是:1.7.19 附件 : --> 2018-08-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

80. 用1.01导出的场景加载失败 [ 88%]

用1.01导出的场景加载失败 提示 Sprite3D: the .lh file root type must be Sprite3D,please use other function to load this file.     我的代码  var scene = Laya.Sprite3D.load("unity/LayaScene_1/1.lh");     SceneManager.Instance().AddChild(scene);   2017-05-31 添加评论 免费帖...

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