• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 510 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0083 秒)

501. laya.ui.Label [ 27%]

...实例。 Label texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite toolTip : * ...

来源: Laya2.0_api 发布时间: 20190513

502. laya.ui.Button [ 27%]

...的状态值,以数字表示。 默认值为3。此值决定皮肤资源图片的切割方式。 取值: 1:单态。图片不做切割,按钮的皮肤状态只有一种。 2:两态。图片将以竖直方向被等比切割为2部分,从上向下,依次为 弹起状态皮肤、 按下...

来源: laya_api 发布时间: 20170929

503. laya.ui.ComboBox [ 26%]

...。 UIComponent texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite toolTip : * ...

来源: Laya2.0_api 发布时间: 20190513

504. laya.ui.Tree [ 26%]

...签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值...

来源: laya_api 发布时间: 20170929

505. laya.ui.Label [ 25%]

... 实例。 Label texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值...

来源: laya_api 发布时间: 20170929

506. laya.ui.ComboBox [ 25%]

...签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值...

来源: laya_api 发布时间: 20170929

507. laya.ui.List [ 25%]

...。 UIComponent texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。 等同于graphics.clear();graphics.drawImage(),但性能更高 还可以赋值一个图片地址,则会自动加载图片,然后显示 Sprite toolTip : * ...

来源: Laya2.0_api 发布时间: 20190513

508. laya.ui.List [ 24%]

...签。 Component texture : Texture设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉)。等同于graphics.clear();graphics.drawTexture()Sprite timer : Timer时间控制器,默认为Laya.timer。Node toolTip : * 鼠标悬停提示。 可以赋值...

来源: laya_api 发布时间: 20170929

509. 3D寻路 · LayaAir3.0文档 · LAYABOX [ 23%]

...代码,可以读取此图,并将颜色值放到数组中 /** * 通过图片数据计算得到AStart网格 */ private createGridFromAStarMap(texture): any { var textureWidth = texture.width; var textureHeight = texture.height; var pixelsInfo = texture.getPixels(); var aStarArr = []; var index = 0...

来源: Laya3.0_文档 发布时间: 20230303

510. LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) [ 15%]

...等其它各种类型的贴图,所以每次都需要开发者自己转下图片格式,略显麻烦,希望可以在导出时,顺便把贴图格式也改下。还有一点就是材质问题,许多材质球都千奇百怪,很多种,而laya的导出工具却不支持这些材质,导致...

来源: Laya_社区 发布时间: 20170428