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

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

381. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 31%]

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

382. [LayaAir3]3.3 beta3 ios 15pro偶尔材质会变黑 [ 31%]

...   PixelParams pixel;         getPixelParams(pixel);          //纹理剔除         #ifdef SLICE             #ifdef UV                 vec2 uv = pixel.uv0;             #else // UV                 vec2 uv = vec2(0.0);             #endif // UV       ...

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

383. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 29%]

...。 Default value format: RenderTextureFormat = RenderTextureFormat.R8G8B8 纹理格式。 Default value depthStencilFormat: RenderTextureDepthFormat = RenderTextureDepthFormat.DEPTH_16 深度格式。 Default value mulSampler: number = 1 多重采样点个数。 Default value mipmap: boolean = fals...

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

384. laya.net.Loader_API3.0 [ 21%]

...。 Static IMAGE IMAGE: string = "image" Defined in laya/net/Loader.ts:89 纹理类型,加载完成后返回Texture。 Static JSON JSON: string = "json" Defined in laya/net/Loader.ts:83 JSON 类型,加载完成后返回包含json数据的TextResource对象。 Static MATERIAL MATERIAL: string = "...

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

385. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 20%]

...时候做一些自动化处理,比如导入图片时自动设置为精灵纹理,设置压缩格式等,这时可以使用IAssetProcessor接口,接口的定义如下: export interface IAssetProcessor { //在图片资源被导入前调用 onPreprocessImage?(assetImporter: IImageAssetImporter)...

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

386. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 15%]

...处理是 /**          * json文件读取成功后,解析里面的纹理数据,进行加载          * @param    e JSON数据          */         private function onJsonComplete(e:*):void {             _mapSprite = new Sprite();             Laya.stage...

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