大约有 701 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0105 秒)
...实例。 Label texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite toolTip : * ...
来源: Laya2.0_api 发布时间: 20190513
...。 UIComponent texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite toolTip : * ...
来源: Laya2.0_api 发布时间: 20190513
...onSocketOpen(): void { console.log("Socket 已连接"); /** 一个二进制图片资源路径(本地或在线),请自行替换本地二进制图片路径, * 或从官网下载示例图片(路径:https://layaair.com/3.x/demo/resources/res/test.bin) */ const imageUrl = "resources/res/test.bi...
来源: Laya3.0_文档 发布时间: 20251010
...。 ScrollBar texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite thumbPercent...
来源: Laya2.0_api 发布时间: 20190513
...为官方案例示例代码 Copy过来的 希望各位给看一下 图片为运行的结果 import GameConfig from "./GameConfig"; class Main { //private scene:Laya.Scene3D; private text:Laya.Text; private _upVector3:Laya.Vector3 = new Laya.Vector3(0, 1, 0); c...
来源: Laya_社区 发布时间: 20190531
...签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值...
来源: laya_api 发布时间: 20170929
...刷新。Sprite texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite transform : ...
来源: Laya2.0_api 发布时间: 20190513
...象。 ScrollBar texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite thumbPercent : Number获取或设置一个值,该值表示滑条长度比例,值为:(0-1)。 S...
来源: laya_api 发布时间: 20170929
... 实例。 Label texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值...
来源: laya_api 发布时间: 20170929
...的 App 工程项目的存放地址。 * 资源路径: 资源是脚本、图片、声音等资源。对于在线游戏,只要有游戏的url就能正常运行,但是把资源直接打进App包中的话,可以避免网络下载,加快资源载入速度。如果是单机游戏,由于没有...
来源: Laya2.0_文档 发布时间: 20210715