大约有 70 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0063 秒)
...ring): void Defined in laya/net/LoaderManager.ts:401 销毁Texture使用的图片资源,保留texture壳,如果下次渲染的时候,发现texture使用的图片资源不存在,则会自动恢复 相比clearRes,clearTextureRes只是清理texture里面使用的图片资源,并不销毁tex...
来源: Laya3.0_api 发布时间: 20231102
...url: string): void Defined in laya/net/Loader.ts:818 销毁Texture使用的图片资源,保留texture壳,如果下次渲染的时候,发现texture使用的图片资源不存在,则会自动恢复 相比clearRes,clearTextureRes只是清理texture里面使用的图片资源,并不销毁tex...
来源: Laya3.0_api 发布时间: 20231115
...ions: number): string | null Defined in laya/resource/HTMLCanvas.ts:192 把图片转换为base64信息 Parameters type: string "image/png" encoderOptions: number 质量参数,取值范围为0-1 Returns string | null toBase64Async toBase64Async(type: string, encoderOptions: number, callBack: Functi...
来源: Laya3.0_api 发布时间: 20231115
... url: string Overrides Resource.url Defined in laya/resource/Texture.ts:43 图片地址 uuid uuid: string Overrides Resource.uuid Defined in laya/resource/Texture.ts:45 UUID Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/resource/Resource.ts:19 是否开启debug模...
来源: Laya3.0_api 发布时间: 20231115
...要缓存或者创建完毕的回调,请使用loadAtlas(...)方法; 3. 图片路径集合:使用此类型创建的动画模版不会被缓存到动画模版缓存池中,如果需要缓存,请使用loadImages(...)方法。 Returns string Defined in laya/display/Animation.ts:222 动画数据...
来源: Laya3.0_api 发布时间: 20231115
...ned in laya/display/Sprite.ts:1848 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inhe...
来源: Laya3.0_api 发布时间: 20231115
...ned in laya/display/Sprite.ts:1848 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inhe...
来源: Laya3.0_api 发布时间: 20231115
...ned in laya/display/Sprite.ts:1848 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inhe...
来源: Laya3.0_api 发布时间: 20231115
...ned in laya/display/Sprite.ts:1848 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inhe...
来源: Laya3.0_api 发布时间: 20231115
...MeshTerrainSprite3D.ts:39 从网格创建一个TerrainMeshSprite3D实例、图片读取高度图属性。 Parameters mesh: Mesh 网格。 texture: Texture2D minHeight: number maxHeight: number Default value name: string = null 名字。 Returns MeshTerrainSprite3D 地形渲染节点 Static instantia...
来源: Laya3.0_api 发布时间: 20231102