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

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

371. 3d 轮廓描边示例改描边颜色无效 [ 57%]

...ffect.init(); var unlitMaterial = new UnlitMaterial(); unlitMaterial.albedoColor = new Vector4(255,0,0,255); var shurikenMaterial:ShurikenParticleMaterial = new ShurikenParticleMaterial(); shurikenMaterial.color = new Vector4(255,0,0,255);   按我的理解,官方示例上的unlitMaterial.albedoC...

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

372. ios下 SoundManager.playMusic 指定开始时间无效 [ 57%]

...,层级设置无效的问题 (此问题已经无效) 2.0 drawTexture color参数无效 lh文件内meshSprite添加阴影属性无效 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, 问题...

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

373. 分享一个自己做的游戏公告功能,跑马灯效果 [ 57%]

....html.style.lineHeight = 55 this.html.style.align = "left" this.html.style.color = "#fff" this.html.innerHTML = "" this.hornBox.addChild(this.html) this.addChild(this.hornBox) } /** 滚动动画 */ private _animate(e: Event): void { const _w = this.html.width const _x = this.html.x if (_x < -_w) ...

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

374. Resources already exist,is repeated loading 加载特效报重复加载 [ 57%]

...    this.scene.addChild(directionLight);         directionLight.color = new Laya.Vector3(1, 1, 1);         directionLight.transform.rotate(new Laya.Vector3( -3.14 / 3, 0, 0));                      //灯光开启阴影         directionLight.shadow = true;...

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

375. TimeLine.addLabel(label:String, offset:Number):TimeLine 亲测! 方法中第二个参数offset无效 [ 57%]

...处于按下状态”? 动画混合无效(版本2.6) 2.0 drawTexture color参数无效 matter.js mouseconstraint在微信小游戏中无效 怎样获取浏览器地址传过来的GET参数 (此问题已经无效) 关于同为object层,层级设置无效的问题 LayaAir3D UnityPlug 1.7.1...

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

376. Tree属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 57%]

...treeItem", "width": "150", "left": "33", "height": "22", "name": "label", "color": "#ffff00", "right": "0", "x": "33"}}, {"type": "Clip", "props": {"x": "0", "name": "arrow", "y": "5", "skin": "ui/clip_tree_arrow.png", "clipY": "2"}}], "type": "Box", "props": {"name": "render", "right": "0", "left":...

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

377. 请问使用HTMLDivElement,<span>标签如何支持style = "visibility:hidden"? [ 57%]

...           Laya.stage.scaleMode = "showall";         Laya.stage.bgColor = "#232628";           setup();     })();       function setup()     {         createParagraph(); // 代码创建         showExternalHTML(); // 使用外部定义的html     }       function cr...

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

378. drawCallOptimize在Native下无效 [ 57%]

...native环境,ttfloader加载的字体,设置无效果! 2.0 drawTexture color参数无效 matter.js mouseconstraint在微信小游戏中无效 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 关于同为object层,层级设置无效的问题 transform.pivot = new Laya.Vector3(0,1,0); 设置p...

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

379. 有改变位图字体的颜色的方法吗? [ 57%]

...ttp://layaair.ldc.layabox.com/demo/?category=2d&amp;group=Filters&amp;name=Color  这里有颜色滤镜的示例 2018-05-28 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 豪 相关问题 两个对象new了一个相同的对象,调用...

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

380. htmlText的TextEvent.LINK如何实现 [ 57%]

...mlText = "&lt;u&gt;&lt;a href='https://ask.layabox.com/event:'&gt;&lt;font color='#ff0000'&gt;如有问题请点击这里&lt;/font&gt;&lt;/a&gt;&lt;/u&gt;"; htxt.addEventListener(TextEvent.LINK, linkHandler); private function linkHandler(evt:TextEvent) : void         {             ***...

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