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

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

161. 请教WebGL当中,是否支持上传源图片的一个区域到目标纹理上 [ 67%]

...一张图集里面。 就是分开来,一个区域一个区域的上传像素。   非常感谢。。 2017-12-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 wudi199553 赞同来自: 可以用drawtextrue来...

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

162. laya.ui.List_API3.0 [ 67%]

...t.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value: number Ret...

来源: Laya3.0_api 发布时间: 20231115

163. laya.ui.UIGroup_API3.0 [ 67%]

...t.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value: number Ret...

来源: Laya3.0_api 发布时间: 20231115

164. Native(android)下创建二维码并显示在页面上 [ 67%]

....encode(content, BarcodeFormat.QR_CODE, width, height, hints); /** 3.创建像素数组,并根据BitMatrix(位矩阵)对象为数组元素赋颜色值 */ int pixels = new int[width * height]; for(int y = 0; y < height; y++){ for(int x = 0; x < width; x++){ if(bitMatrix.get(x, y)){ pixels[y * w...

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

165. 寻路系统(JavaScript-3D基础(JS)-LayaAir3D之高级应用) [ 67%]

...reWidth = texture.width; var textureHeight = texture.height; //读取图片像素 var pixelsInfo = texture.getPixels(); var aStarArr = []; var index = 0; //像素值为黑色不可通行,白色部分可以通行 for (var w = 0; w 监听鼠标事件,通过A星路径数据,换算出对应的3D...

来源: Laya2.0_文档 发布时间: 20210714

166. laya.ui.Tree_API3.0 [ 66%]

...t.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Inherited from UIComponent.bottom Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value: number Ret...

来源: Laya3.0_api 发布时间: 20231115

167. laya.ui.UIComponent_API3.0 [ 66%]

...t.ts:179 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Returns number Defined in laya/ui/UIComponent.ts:187 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Parameters value: number Returns void cacheAs get cacheAs(): s...

来源: Laya3.0_api 发布时间: 20231115

168. 寻路系统(TypeScript-3D基础(TS)-LayaAir3D之高级应用) [ 66%]

...reWidth = texture.width; var textureHeight = texture.height; //读取图片像素 var pixelsInfo = texture.getPixels(); var aStarArr = []; var index = 0; //像素值为黑色不可通行,白色部分可以通行 for (var w = 0; w 监听鼠标事件,通过A星路径数据,换算出对应的3D...

来源: Laya2.0_文档 发布时间: 20210715

169. 寻路系统(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 66%]

...int = texture.width; var textureHeight:int = texture.height; //读取图片像素 var pixelsInfo:Uint8Array = texture.getPixels(); var aStarArr:Array = new Array(); var index:int = 0; //像素值为黑色不可通行,白色部分可以通行 for (var w:int = 0; w 监听鼠标事件,通过A星路...

来源: Laya2.0_文档 发布时间: 20210714

170. UI List 图片滚动重影是怎么回事 [ 66%]

...:错误,图片是IDE自带的,也不显示 如何获取图片每个像素的RGB? 图片添加击事件 有的不生效 问题状态 最新活动: 2017-04-19 11:56 浏览: 1066 关注: 2 人

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