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

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

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

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

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

272. 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

273. HTMLDivElement导致节点增加? [ 71%]

...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

274. 文本-下划线 [ 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_示例 发布时间: 20251209

275. [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

276. 文本-复杂的文本样式 [ 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_示例 发布时间: 20251209

277. 2D网格渲染器 · LayaAir3.3 · 引擎文档 · 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

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

...age.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createText(); } createText() { const Text = Laya.Text; let txt = new Text(); Laya.stage.addChild(txt); //给文本的text属性赋值 txt.text = "Layabox是性能最强的HTML5引擎技术提供商与...

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

279. laya.particle.shader.value.ParticleShaderValue_API3.0 [ 71%]

...structors constructor Properties ALPHA alpha clipMatDir clipMatPos clipOff color colorAdd defines filters mainID mmat ref shader size subID texture textureHost u_CurrentTime u_Duration u_EndVelocity u_Gravity u_MvpMatrix u_mmat2 u_texture TEMPMAT4_ARRAY Methods clear release setFilters setValue upda...

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

280. 屏幕适配的缩放模式详解(JavaScript-2D基础篇(JS)-屏幕适配) [ 71%]

...            //设置舞台背景色         Laya.stage.bgColor  = "#ffff99";             //实例一个背景         var bg = new Image();         bg.skin = "res/img/loadingBg.jpg";         Laya.stage.addChild(bg);              ...

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