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

大约有 844 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0041 秒)

541. 显示对象skew与scale同时设置时,APP与浏览器显示效果不一致 [ 52%]

...i < 31; i++ ) { var spr:Sprite = new Sprite(); spr.x = 30+i*17; spr.y = 300; spr.graphics.drawRect(-10, -40, 20, 80,colors[i%2]); spr.skewX = i * 6; spr.scaleY = 1 / Math.cos(Utils.toRadian(spr.skewX)); Laya.stage.addChild(spr); } for (i = 0; i < 31; i++ ) { var spr:Sprite = new Sprite(); spr....

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

542. 运行第一个hello,一直黑屏,没有东西显示出来 如何解决? [ 51%]

...demo,hello.js//创建舞台,默认背景色是黑色的 Laya.init(600, 300); var txt = new Laya.Text(); //设置文本内容 txt.text = "Hello"; //设置文本颜色 txt.color = "#FF0000"; //设置文本字体大小,单位是像素 txt.fontSize = 66; //设置字体描边 txt.stroke = 5;//描...

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

543. LayaAir2.0里用Laya.Scene.open(url)打开场景,如何往场景内传递参数 [ 51%]

...样载入场景问题出现在哪呢?? 3d场景单材质单模型CurMem300多 2.0 drawTexture color参数无效 mac 用layaair2.0 ide 的编辑模式下,cpu爆满 怎样获取浏览器地址传过来的GET参数 问题状态 最新活动: 2020-11-05 12:32 浏览: 1648 关注: 5 人 嘿哈 • ...

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

544. unity导出的3D动画模型,导入 laya环境报错: node._setParent is not a function [ 51%]

...D模型的长宽高? 3D模型tween旋转 3d场景单材质单模型CurMem300多 unity导出的场景不显示实时阴影 问题状态 最新活动: 2019-12-21 20:46 浏览: 1079 关注: 3 人

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

545. HtmlDivElement 描边和下划线不能同时使用 [ 51%]

...ox 赞同来自: 刚刚实测没问题,   代码:<div style='width:300px;height:100px;color:#ff0000;font-size:25px;font-family:SimSun;vertical-align:bottom;line-height:20px;'> <p><span style='font-weight:bold;stroke:3px; font:24px Arial' color='red' href='https://ask.layabox.com/...

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

546. unity插件bug,pbr材质emission不能导出,导出的材质lmat文件中丢失了emission [ 51%]

...cript下HttpRequest发送Post请求有Bug? 3d场景单材质单模型CurMem300多 富文本下划线绘制bug 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳帧。 用Mac下Unity5.6.2f1导出的模...

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

547. 请问如何获取MeshSprite3D模型中的点和面信息. [ 51%]

...呢?或者所有的AnimationClip呢? 3d场景单材质单模型CurMem300多 问题状态 最新活动: 2017-10-23 14:26 浏览: 1508 关注: 2 人 lock_neo • 2017-10-20 17:27 你好,我尝试理解了下不知道对不对,【因为positions.length%3!=0,那么如果要表示一个面的话...

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

548. timer无法执行 [ 51%]

...riction = 1; ballrigid.mass = Math.random() * 200 + 100;//质量随机[100,300]   //生成地面上的球 let ball1: Laya.MeshSprite3D = new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(1)); this.scene1.addChild(ball1); ball1.transform.position = new Laya.Vector3(0, 1, 16); //加载材质 let ...

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

549. hitTestPoint对象父容器rotation旋转之后检测不了碰撞 [ 51%]

....are.x, this.are.y, this.are.width, this.are.height, "#00ff00"); _fish.x = 300 _fish.y = 200 this.addChild(_fish); Laya.timer.loop(100, this, function () { console.log(_fish.x, _fish.y, _fish.width, _fish.height, _fish.rotation); if (_fish.hitTestPoint(_fish.x, _fish.y)) { console.log("hittttttt"); ...

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

550. 如何加载一个HTML页面 [ 51%]

...unction() {   // 不支持WebGL时自动切换至Canvas   Laya.init(200, 300, WebGL);   Laya.stage.alignV = "middle";   Laya.stage.alignH = "center";   Laya.stage.scaleMode = "showall";   //自动竖屏,让游戏的水平方向始终与浏览器显示屏幕的最长边保持垂直。     ...

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