大约有 286 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0059 秒)
...onent/Volume/reflectionProbe/ReflectionProbe.ts:376 deprecated 设置反射贴图 Returns TextureCube Defined in laya/d3/component/Volume/reflectionProbe/ReflectionProbe.ts:380 deprecated 设置反射贴图 Parameters value: TextureCube Returns void type get type(): number Inherited from ReflectionP...
来源: Laya3.0_api 发布时间: 20231115
...albedoTexture Defined in laya/d3/core/material/PBRMaterial.ts:145 漫反射贴图。 Returns BaseTexture Inherited from PBRMaterial.albedoTexture Defined in laya/d3/core/material/PBRMaterial.ts:149 漫反射贴图。 Parameters value: BaseTexture Returns void alphaTest get alphaTest(): boolean set a...
来源: Laya3.0_api 发布时间: 20231102
...: BaseTexture): void Defined in laya/d3/core/material/EffectMaterial.ts:31 贴图。 Returns BaseTexture Defined in laya/d3/core/material/EffectMaterial.ts:35 贴图。 Parameters value: BaseTexture Returns void tilingOffset get tilingOffset(): Vector4 set tilingOffset(value: Vector4): void Defined ...
来源: Laya3.0_api 发布时间: 20231115
...xture): void Defined in laya/d3/core/material/UnlitMaterial.ts:63 反照率贴图。 Returns BaseTexture Defined in laya/d3/core/material/UnlitMaterial.ts:67 反照率贴图。 Parameters value: BaseTexture Returns void alphaTest get alphaTest(): boolean set alphaTest(value: boolean): void Inherited...
来源: Laya3.0_api 发布时间: 20231115
...inByIndex(slotName:String, oldIndex:int, newIndex:int):void 替换插槽的贴图索引 Skeleton replaceSlotSkinName(slotName:String, oldName:String, newName:String):void 替换插槽贴图名 Skeleton resume():void 恢复动画的播放 Skeleton scale(scaleX:Number, scaleY:Number, speedMode:...
来源: laya_api 发布时间: 20170929
...ture): void Defined in laya/d3/core/material/WaterPrimaryMaterial.ts:51 主贴图。 Returns BaseTexture Defined in laya/d3/core/material/WaterPrimaryMaterial.ts:55 主贴图。 Parameters value: BaseTexture Returns void materialRenderMode get materialRenderMode(): MaterialRenderMode set materialRen...
来源: Laya3.0_api 发布时间: 20231115
...inByIndex(slotName:String, oldIndex:int, newIndex:int):void 替换插槽的贴图索引 Skeleton replaceSlotSkinName(slotName:String, oldName:String, newName:String):void 替换插槽贴图名 Skeleton resume():void 恢复动画的播放 Skeleton runCallLater(method:Function):void 如果有...
来源: Laya2.0_api 发布时间: 20190513
...字符渲染 singleCharRender 以字符为单位将文本缓存到共享的贴图中,相同样式字体字号的字符全局共享一份缓存,默认为false,如果字体需要频繁修改,可以勾选此项以提升性能 文本颜色 color 文本的颜色,可以直接输入颜色值,...
来源: Laya3.0_文档 发布时间: 20251010
...(){ /** * 物品类 */ function Item(){ //图标 this.icon = null; //星星贴图 this.starTexture = null; //加速贴图 this.speedTexture = null; //悬空贴图 this.flyTexture = null; this.type = ""; Item.__super.call(this); } //类型分类 //星星 Item.ITEM_TYPE_STAR = "item_type_star"; //加...
来源: Laya_社区 发布时间: 20160803
....1 文生图、图生图 AI生成图片可以用于生成游戏背景图、贴图纹理、2D角色、UI等。有些需求,可以直接生成使用,有些则需要美术二次处理(也可以提升效率)。 除了自带生成图片的通用大模型外,Midjourney、Stable Diffusion、即...
来源: Laya3.0_文档 发布时间: 20251103