大约有 31 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0045 秒)
...。 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
...PBRStandardMaterial、PBRSpecularMaterial以及UnlitMaterial材质等。 纹理方面,增加多种纹理参数配置(mipmap、format、wrapModeU、wrapModeV、filterMode、anisoLevel), 增加纹理上传像素接口, GPU纹理压缩。 动画方面,新增Animator动画融合功能crossFade...
来源: Laya2.0_文档 发布时间: 20210715
...source/VideoTexture" VideoTexture Class VideoTexture VideoTexture 多媒体纹理 Hierarchy BaseTexture VideoTexture Index Constructors constructor Properties destoryedImmediately lock name url uuid DEBUG _videoTexturePool Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture des...
来源: Laya3.0_api 发布时间: 20231102
... 慎用反射探针 1.2 降低渲染的GPU成本 受内存带宽限制,纹理尺寸太高,纹理数量过多,会引发GPU渲染瓶颈 为与相机的距离在运行时变化的纹理启用 mipmap。(例如,3D 场景中使用的大多数纹理)。这会增加这些纹理的内存使用量...
来源: Laya3.0_文档 发布时间: 20230510
...0.1 可以用什么代替呢? 引擎代码: /** *通过图片源填充纹理,可为HTMLImageElement、HTMLCanvasElement、HTMLVideoElement、ImageBitmap、ImageData, *设置之后纹理宽高可能会发生变化。 */ __proto.loadImageSource=function(source,premultiplyAlpha){ (premultiplyAlpha...
来源: Laya_社区 发布时间: 20190809
...mpressFormat Defined in laya/resource/BaseTexture.ts:151 是否是gpu压缩纹理格式 Returns boolean hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注...
来源: Laya3.0_api 发布时间: 20231102
...mpressFormat Defined in laya/resource/BaseTexture.ts:151 是否是gpu压缩纹理格式 Returns boolean hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined in laya/events/EventDispatcher.ts:21 检查 EventDispatcher 对象是否为特定事件类型注...
来源: Laya3.0_api 发布时间: 20231102
...型 Laya.Loader.BUFFER arraybuffer 二进制类型 Laya.Loader.IMAGE image 纹理类型 Laya.Loader.SOUND sound 声音类型 Laya.Loader.VIDEO video 视频类型 Laya.Loader.ATLAS atlas 图集类型,加载完成后返回图集json信息(并创建图集内小图Texture) Laya.Loader.HIERARCHY HIERAR...
来源: Laya3.0_文档 发布时间: 20241014
...4.2 相机的属性4.3 光照相关的属性4.4 模型相关的属性4.5 纹理的属性4.6 动画的属性4.7 预制体4.8 着色器Shader4.9 粒子五、模型的导出文件与加载显示5.1 导出文件类型的说明5.2 加载显示Unity资源导出插件 一、关于插件 采用Unity插件...
来源: Laya3.0_文档 发布时间: 20241109
...自己项目的情况去取舍。 > 需要注意的是,不支持浮点数纹理的小游戏平台不可使用预烘焙骨骼动画功能。 另外,在上图中,`Keep Skeletal Add Point(保留骨骼挂点)`如果勾选后,由于插件会对骨骼进行精简。所以要想保留必要的动...
来源: Laya2.0_文档 发布时间: 20210714