大约有 286 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0056 秒)
.../d3/component/Volume/reflectionProbe/ReflectionProbe.ts:422 反射立方体纹理解码格式。 deprecated Returns TextureDecodeFormat Defined in laya/d3/component/Volume/reflectionProbe/ReflectionProbe.ts:426 反射立方体纹理解码格式。 deprecated Parameters value: TextureDecodeFormat Ret...
来源: Laya3.0_api 发布时间: 20231115
...RMaterial.tilingOffset Defined in laya/d3/core/material/PBRMaterial.ts:317 纹理平铺和偏移。 Returns Vector4 Inherited from PBRMaterial.tilingOffset Defined in laya/d3/core/material/PBRMaterial.ts:321 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemo...
来源: Laya3.0_api 发布时间: 20231102
...alue: Vector4): void Defined in laya/d3/core/material/EffectMaterial.ts:46 纹理平铺和偏移。 Returns Vector4 Defined in laya/d3/core/material/EffectMaterial.ts:50 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.c...
来源: Laya3.0_api 发布时间: 20231115
...value: Vector4): void Defined in laya/d3/core/material/UnlitMaterial.ts:78 纹理平铺和偏移。 Returns Vector4 Defined in laya/d3/core/material/UnlitMaterial.ts:82 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.cp...
来源: Laya3.0_api 发布时间: 20231115
...ters slotName:String — 插糟的名字 texture:Texture — 自定义的纹理 showSkinByIndex()method public function showSkinByIndex(skinIndex:int, freshSlotIndex:Boolean = true):void 通过索引显示一套皮肤 Parameters skinIndex:int — 皮肤索引 freshSlotIndex:Boolean (default = ...
来源: laya_api 发布时间: 20170929
...Material.getTexture Defined in laya/d3/core/material/Material.ts:927 获得纹理 Parameters name: string 属性名称 Returns BaseTexture getTextureByIndex getTextureByIndex(uniformIndex: number): BaseTexture Inherited from Material.getTextureByIndex Defined in laya/d3/core/material/Material.ts:908...
来源: Laya3.0_api 发布时间: 20231115
...ters slotName:String — 插糟的名字 texture:Texture — 自定义的纹理 showSkinByIndex()method public function showSkinByIndex(skinIndex:int, freshSlotIndex:Boolean = true):void 通过索引显示一套皮肤 Parameters skinIndex:int — 皮肤索引 freshSlotIndex:Boolean (default = ...
来源: Laya2.0_api 发布时间: 20190513
...例如:#ffffff,也可以点击输入条右侧的拾色器选取颜色 纹理 skin 设置皮肤,选择对应的图像资源即可。代码中表示皮肤的地址,以字符串表示 九宫格 sizeGrid 背景图的有效缩放网格数据。数据格式:"上边距,右边距,下边距,...
来源: Laya3.0_文档 发布时间: 20251010
...出来 (function(){ /** * 地板类 */ function Floor(){ //背景贴图纹理 this.bgTexture = null; //最大右边距离 this.maxRight = 0; //判断是否超过右边最大距离了 this.isOutComplete = false; //背景 this.bg = null; //背景右边补丁 this.rightBg = null; //当前地板上面...
来源: Laya_社区 发布时间: 20160803
...生图、图生图 AI生成图片可以用于生成游戏背景图、贴图纹理、2D角色、UI等。有些需求,可以直接生成使用,有些则需要美术二次处理(也可以提升效率)。 除了自带生成图片的通用大模型外,Midjourney、Stable Diffusion、即梦AI、...
来源: Laya3.0_文档 发布时间: 20251103