大约有 760 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0104 秒)
Laya_社区(526) Laya3.0_api(61) Laya2.0_api(57) laya_api(53) Laya2.0_文档(38) Laya3.0_文档(24) Laya2.0_示例(1)
...时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.dr...
来源: laya_api 发布时间: 20170929
...变化时不会自动更新缓存,只能通过调用reCache方法手动刷新。Sprite tag : * 对象的标签。 UIComponent texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage()...
来源: Laya2.0_api 发布时间: 20190513
...时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite SUPPORT_MAYBY : String = maybe[static] 表示可能支持。Video SUPPORT_NO : String[static] 表示不支持。 Video SUPPORT_PROBABLY : String = probably[static] 表示最有可能支...
来源: laya_api 发布时间: 20170929
...变化时不会自动更新缓存,只能通过调用reCache方法手动刷新。Sprite tag : * 对象的标签。 UIComponent texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage()...
来源: Laya2.0_api 发布时间: 20190513
...时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics....
来源: laya_api 发布时间: 20170929
...时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite stroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 Label strokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); Label...
来源: laya_api 发布时间: 20170929
...变化时不会自动更新缓存,只能通过调用reCache方法手动刷新。Sprite stroke : Number 描边宽度(以像素为单位)。 默认值0,表示不描边。 Label strokeColor : String 描边颜色,以字符串表示。 默认值为 "#000000"(黑色); Label tag : * 对象...
来源: Laya2.0_api 发布时间: 20190513
...变化时不会自动更新缓存,只能通过调用reCache方法手动刷新。Sprite texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个...
来源: Laya2.0_api 发布时间: 20190513
...时不会自动更新缓存,但是可以通过调用 reCache 方法手动刷新。 注意: 1.Sprite tag : * 对象的标签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.dr...
来源: laya_api 发布时间: 20170929
...进一步优化的,通过watch代码的更新来及时重新编译,并刷新浏览器。 3.1 launch和task配置 { "version": "0.2.0", "configurations": [ { "name": "chrome调试", "type": "chrome", "request": "launch", "trace": true, "smartStep": true, "file": "${workspaceRoot}/bin/index.html",...
来源: Laya_社区 发布时间: 20200918