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

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

271. laya.d3.core.light.SpotLightCom_API3.0 [ 72%]

...t SpotLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlags id intensity lightWorldMatrix lightmapBakedType range shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution...

来源: Laya3.0_api 发布时间: 20231115

272. html富文本转换成Layabox内参数 [ 72%]

...的数据赋值给ui里的组件呢,比如获取到: "<span style='color:#ffffff; line-height:20px'>.....</span>" 要给label组建赋值颜色等属性 2017-07-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...

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

273. 请问关于ColorFilter的问题 [ 72%]

请问关于ColorFilter的问题 当一个sprite addFilter之后就会使draw call+1,请问有没有什么办法来优化这一块 2017-07-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来...

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

274. 3d插件导出的顶点格式不正确 [ 72%]

...顶点格式不正确 3d插件导出的顶点格式为【“position”“color”“uv”】,在引擎里找不到相应的格式,只有【“position”“normal”“color”“uv”】,希望官方解决一下 2.0.5 2018-12-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

275. laya.d3.core.pixelline.PixelLineMaterial_API3.0 [ 72%]

...ion blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha blendSrcRGB color cpuMemory cull depthTest depthWrite destroyed gpuMemory id materialRenderMode obsolute referenceCount shaderData stencilOp stencilRef stencilTest stencilWrite cpuMemory gpuMemory Methods _addReference _clearReference _r...

来源: Laya3.0_api 发布时间: 20231115

276. HTMLDivElement导致节点增加? [ 72%]

...htmlText = new HTMLDivElement(); htmlText.innerHTML = "<br/><span color='#ffd700'>123</span><br/><br/><br/><span color='#ffd700'>123</span><br/><br/>";--此句放到循环里面 2016-12-12 添加评论 免费帖 --> 分享 微博 QZONE 微...

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

277. 文本-下划线 [ 71%]

...age.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createTexts(); } createTexts() { this.createText('left', null, 100, 10); this.createText('center', "#00BFFF", 155, 150); this.createText('right', "#FF7F50", 210, 290); } createText(align, underlineColo...

来源: Laya2.0_示例 发布时间: 20260303

278. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 71%]

...false, false]; private init() { // 设置背景色为场景高度 this.box_color_bg.height = Laya.stage.height; } onEnable() { this.init(); // 判定是注册还是忘记密码 if (GameData.I.isReg) { this._regMode(); } else { this._forgetMode(); } // 添加取消事件 this.lb_cancel.on(Laya.Event....

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

279. 文本-复杂的文本样式 [ 71%]

...lignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; createText(); })(); function createText() { var txt = new Text(); //给文本的text属性赋值 txt.text = "Layabox是性能最强的HTML5引擎技术提供商与优秀的游戏发行商,面向Flash开...

来源: Laya_示例 发布时间: 20260303

280. 2D网格渲染器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 71%]

...tDirection: {type: Vector2, default:[1,1]}, // 渐变方向 u_gradientStartColor: {type:Vector4, default:[1,1,1,1]}, // 渐变起始颜色 u_gradientEndColor: {type:Vector4, default:[1,1,1,1]} // 渐变结束颜色 }, attributeMap: { a_position: Vector4, a_color: Vector4, a_uv: Vector2, }, defines: ...

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