大约有 31 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...eCube BaseTexture laya.resource.Bitmap TextureCube 类用于生成立方体纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By anisoLevel : int 各向异性等级 BaseTexture defaulteTexture : BaseTexture[override] [read-only] 获取...
来源: Laya2.0_api 发布时间: 20190513
...tanceTexture2D BaseTexture laya.resource.Bitmap Texture2D 类用于生成2D纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By anisoLevel : int 各向异性等级 BaseTexture blackTexture : Texture2D = null[static] 纯黑色纹理。T...
来源: Laya2.0_api 发布时间: 20190513
...e2DInheritanceTexture2D BaseTexture laya.resource.Resource Texture2D 二维纹理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By defaulteTexture : BaseTexture[read-only] 获取纹理资源。 BaseTexture format : int[read-only] 纹理格...
来源: laya_api 发布时间: 20170929
...a/resource/Texture2D" Texture2D Class Texture2D Texture2D 类用于生成2D纹理。 Hierarchy BaseTexture Texture2D Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG TEXTURE2D blackTexture errorTexture grayTexture normalTexture whiteTexture Accessors anisoL...
来源: Laya3.0_api 发布时间: 20231115
...erties PropertyDefined By defaulteTexture : BaseTexture[read-only] 获取纹理资源。 BaseTexture format : int[read-only] 纹理格式 BaseTexture height : int[read-only] 获取高度。 BaseTexture magFifter : int 放大过滤器 BaseTexture minFifter : int 缩小过滤器 BaseTexture mip...
来源: laya_api 发布时间: 20170929
...ureCube" TextureCube Class TextureCube TextureCube 类用于生成立方体纹理。 Hierarchy BaseTexture TextureCube Index Constructors constructor Properties _id destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture destroyed dimen...
来源: Laya3.0_api 发布时间: 20231115
...bals "laya/resource/BaseTexture" BaseTexture Class BaseTexture BaseTexture 纹理的父类,抽象类,不允许实例。 Hierarchy Resource BaseTexture NativeRenderTexture2D RenderTexture2D RenderTexture TextureCube Texture2DArray Texture2D VideoTexture Index Constructors constructor Properties _...
来源: Laya3.0_api 发布时间: 20231115
...的贴图直接会有明显的接缝。mipmap也关闭了。感觉应该是纹理采样使用了线性采样的原因的,2D的纹理可以使用Texture.isLinearSampling = false;来关闭线性采样,3d的纹理怎么关闭,下面是单个平面的创建代码 var plane: Laya.MeshSprite3D = ...
来源: Laya_社区 发布时间: 20180412
...bals "laya/resource/Texture2DArray" Texture2DArray Class Texture2DArray 2D 纹理 数组 Hierarchy BaseTexture Texture2DArray Index Constructors constructor Properties _id depth destroyedImmediately lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel compareMode cpuMemory defaultTexture de...
来源: Laya3.0_api 发布时间: 20231115
...。 Default value format: RenderTargetFormat = RenderTargetFormat.R8G8B8 纹理格式。 Default value depthStencilFormat: RenderTargetFormat = RenderTargetFormat.None 深度格式。 创建一个 RenderTexture 实例。 Returns RenderTexture2D Properties _id _id: number = 0 Inherited from Resource....
来源: Laya3.0_api 发布时间: 20231115