大约有 66 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
...ned in laya/display/Sprite.ts:1848 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inhe...
来源: 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
...s Only exported Menu Globals "laya/utils/ImgUtils" ImgUtils Class ImgUtils 图片二进制处理类 @ author:xs @ data: 2021-11-03 10:54 Hierarchy ImgUtils Index Properties data isSavaData Accessors isSupport Methods _arrayBufferToURL arrayBufferToURL destroy Properties Static data data: any Defined...
来源: Laya3.0_api 发布时间: 20231115
...要缓存或者创建完毕的回调,请使用loadAtlas(...)方法; 3. 图片路径集合:使用此类型创建的动画模版不会被缓存到动画模版缓存池中,如果需要缓存,请使用loadImages(...)方法。 Returns string Defined in laya/display/Animation.ts:222 动画数据...
来源: 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
...ring): void Defined in laya/net/LoaderManager.ts:401 销毁Texture使用的图片资源,保留texture壳,如果下次渲染的时候,发现texture使用的图片资源不存在,则会自动恢复 相比clearRes,clearTextureRes只是清理texture里面使用的图片资源,并不销毁tex...
来源: Laya3.0_api 发布时间: 20231102
...bc p:行元素标签,p标签会自动换行,div不会,比如:abc img:图片标签,比如: br:换行标签,比如:abcdef style:样式标签,比如:abc link:外链样式标签,可以加载一个css文件来当style使用,比如: style支持的属性如下: italic:true|false; 是否是...
来源: Laya3.0_api 发布时间: 20231102
...ned in laya/display/Sprite.ts:1794 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Returns Texture Inhe...
来源: Laya3.0_api 发布时间: 20231102
...没有宽高,默认不接受鼠标事件。通过 graphics 可以绘制图片或者矢量图,支持旋转,缩放,位移等操作。Sprite同时也是容器类,可用来添加多个子节点。 注意: Sprite 默认没有宽高,可以通过getBounds函数获取;也可手动设置宽...
来源: Laya3.0_api 发布时间: 20231115
...): DrawImageCmd | null Defined in laya/display/Graphics.ts:225 绘制单独图片 Parameters texture: Texture 纹理。 Default value x: number = 0 (可选)X轴偏移量。 Default value y: number = 0 (可选)Y轴偏移量。 Default value width: number = null (可选)宽度。 Default v...
来源: Laya3.0_api 发布时间: 20231115