大约有 1,987 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0086 秒)
Laya_社区(1493) Laya2.0_文档(137) Laya3.0_api(100) Laya2.0_api(77) laya_api(61) Laya3.0_文档(54) Laya_示例(34) Laya2.0_示例(31)
3d物理引擎报错 Error: "abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TO...
来源: Laya_社区 发布时间: 20181020
...! IDE中有看到toX和toY属性,但是代码中不知如何获取 2018-02-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 把线放在sprite里操作 sprite旋转。 2018-02-25 0 0 ...
来源: Laya_社区 发布时间: 20180223
...dministrator\AppData\Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js 1.layaAri2.0 按照官方文档再vscode上安装layaair2-cmd运行layaair2-cmd -v命令出现下面的报错 原因是:运行npm i layaair2-cmd -g命令 并没有把layaair2-cmd.js下载下来 [img][img] 2.在路径C:\Use...
来源: Laya_社区 发布时间: 20200623
Image缓存bitmap后怎样获取缓存后的像素数据? 1、创建一个Image对象image 2、在image容器中添加一个blendMode = "destination-out"的Sprit容器 3、擦除后使用image.source.getPixels(x,y,width,height)获取的数据和未擦除前相同 4、这样就实现了擦除的...
来源: Laya_社区 发布时间: 20170407
... "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...
来源: laya_api 发布时间: 20170929
...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽高默认为0,并且不会随着绘制内容...
来源: laya_api 发布时间: 20170929
...ndler); } private function createButton(label:String):Sprite { var w:int = 110; var h:int = 40; var button:Sprite = new Sprite(); button.size(w, h); button.graphics.drawRect(0, 0, w, h, "#FF7F50"); button.graphics.fillText(label, w / 2 , 8, "25px SimHei", "#FFFFFF", "center"); Laya.stage.addChild(bu...
来源: Laya_社区 发布时间: 20170406
...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...
来源: laya_api 发布时间: 20170929
...3D场景、2D人物进行混合开发 ###### *version :2.2.0bate4 Update:2019-9-11* LayaAir3D中支持3D坐标转换为屏幕坐标。 在这里需要使用 **Camera** 中 **viewport** 视口的 `project` 变换一个三维向量接口。 ![](img/1.png)(图1) > 变换位置与缩放 注意2D适配...
来源: Laya2.0_文档 发布时间: 20210715
...eset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { this.AddChat(msg['from_client_seatsno'], msg['from_client_name'], msg['content']); } private AddChat(seat:number, name:s...
来源: Laya_社区 发布时间: 20170911