大约有 1,769 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0114 秒)
Laya_社区(1396) Laya2.0_文档(82) Laya3.0_api(68) Laya2.0_api(57) Laya3.0_文档(54) laya_api(53) Laya_示例(32) Laya2.0_示例(27)
...<Very long string[28528381]>,encoding=216041A1 <undefined>) 2: new constructor(aka Buffer) [buffer.js:~75] [pc=7B6A4B9C](this=7AE742C1 <a Buffer with map 3D42E605>,arg=7AE742AD <Very long string[28528381]>,encodingOrOffset=216041A1 <undefined>,length=216041A1 <undefi...
来源: Laya_社区 发布时间: 20191225
...te, null, true); console.log(this.h1 == this.h2);//为什么是false } } } new laya.Test(); 2017-12-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cheche062 赞同来自: 没问题我这边是true,不知道...
来源: Laya_社区 发布时间: 20171221
...在微信小程序上用iPhone打开出现闪屏 如题, this.myTest = new Laya.Text() this.myTest.pos(0, 0) this.myTest.size(100, 100) this.myTest.fontSize = 13 this.myTest.color = "#ffffff" this.myTest.align = "center" this.addChild(this.myTest) this.timer.loop(10, this, this.timerClick) ...
来源: Laya_社区 发布时间: 20190129
...]); } private AddChat(seat:number, name:string, txt:string) { let paopao = new ui.langren.room.SayBoardUI(); paopao.x = 10; paopao.lbSayName.text = name; let div:Laya.HTMLDivElement = new Laya.HTMLDivElement(); div.style.lineHeight = 36; div.style.fontSize = 26; div.style.valign = "middle"...
来源: Laya_社区 发布时间: 20170911
...mponent可以方便的将你的组件和数据绑定在一起 this._comp = new IEditor.DataComponent(MyPanelType); //inspect可以多次调用,将多个数据组合在一个面板编辑 this._panel.inspect(this._comp.props, MyPanelType); this._panel.on("my_click", ()=> { alert("hello"); }); } }...
来源: Laya3.0_文档 发布时间: 20251010
...层级问题 Panel中的东西左右拖动好象有问题 laya1.7.9beta版 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 graphics alpha 问题 问题状态 最新活动: 2017-10-11 13:58 浏览: 1525...
来源: Laya_社区 发布时间: 20171011
...叠 要回复问题请先登录 发起人 cwugs 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定...
来源: Laya_社区 发布时间: 20170221
...m0,1,2,3,往下拖第五个item也叫item0, 通过list.selectHandler = new Laya.Handler(this, this._OnSelect); function _OnSelect(){ //选中的render上加个选中框, var selection = this.visualizeList.selection; selection.addChild(this.m_CenterDiv.imgSelect); } 第五个ren...
来源: Laya_社区 发布时间: 20171101
...0beta4 情况1:代码添加碰撞线报错 var chains:Laya.ChainCollider=new Laya.ChainCollider(); chains.points="25,25,50,50"; this.sprite.addComponent(chains); 情况2:修改已有ChainCollider属性points时报错 在sprite下手动添加组建ChainCollider,使用代码更改属性points,...
来源: Laya_社区 发布时间: 20181128
...,如何才能看见它的位置,以便调试位置? var boxShape = new Laya.BoxColliderShape(2, 2, 2); 有没有什么方法可以设置 碰撞体的颜色? 附件 : --> 2019-08-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20190805