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

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

551. 绘制能力 · LayaAir3.3 · 引擎文档 · LAYABOX [ 49%]

...击 + 来创建一个绘制图形命令。选择 创建 填充纹理(FillTextureCmd) 绘制填充纹理,创建后如图8-1所示。 (图8-1) Texture:设置纹理图像。 Position:纹理相对于Sprite对象的位置。 Size:纹理的尺寸,默认使用百分比,也可以取消...

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

552. 图片的SRGB问题。 [ 49%]

...白。     另外 然后我期望srgb是false 目前看ide代码只能是textureType是默认值才可以设置sRGB=false(2是精灵纹理),但是又只有精灵纹理可以打包图集。这样的限制总感觉不太好。 附件 : --> LayaProject2.zip 2023-10-16 添加评论 免费帖 -->...

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

553. 官方技术文档中的问题 [ 49%]

...false, false); var material = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/layabox.png"); box.meshRender.material = material;  } return LayaAir3D; } ());  LayaAir3D(); 这个是最开始的基本demo 你看看代码少了什么 2018-06-05 0 1 分享 微博 QZONE ...

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

554. laya.ui.ColorPicker_API3.0 [ 49%]

...X scaleY scene scrollRect selectedColor skewX skewY skin stage staticCache texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains cu...

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

555. Resources Already Exits导致图片无法正常显示 [ 49%]

...关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 Texture图片能否进行翻转? unity中的模型导出后在laya中显示不正常 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket iphoneX环境...

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

556. laya.ui.Radio_API3.0 [ 49%]

...selected sizeGrid skewX skewY skin stage stateNum staticCache strokeColors texture timer toolTip top transform url value viewport visible width x y zOrder Methods _initialize _processActive _setHeight _setSkin _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent ca...

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

557. laya.ui.RadioGroup_API3.0 [ 49%]

...x selection skewX skewY skin space stage stateNum staticCache strokeColors texture timer toolTip top transform url viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentInstance addItem bubbleEvent callLater clearTimer ...

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

558. 3D场景中背景无法透明,版本2.7.1 [ 49%]

... 45, 0), false, false); var material = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/layabox.png", Laya.Handler.create(null, function(tex) { material.albedoTexture = tex; })); box.meshRenderer.material = material; } } 附件 : --> laya1.rar 2020-10-21 添加评论 免费帖 --> 分享 微...

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

559. laya.ui.ComboBox_API3.0 [ 49%]

...edIndex selectedLabel sizeGrid skewX skewY skin stage stateNum staticCache texture timer toolTip top transform url viewport visible visibleNum width x y zOrder Methods _initialize _processActive _setHeight _setWidth addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLa...

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

560. 我照着例子做的换装例子切换不了卡槽的图片,附件为我的demo,请帮忙看看 [ 49%]

...不了卡槽的图片,附件为我的demo,请帮忙看看 if (this.currTexture && Render.isWebGL && this.currDisplayData.type==0 && this.currDisplayData.uvs){ this.currTexture=this.currDisplayData.createTexture(this.currTexture); } 跟代码发现this.currDisplayData.uvs...

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