大约有 1,738 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0066 秒)
Laya_社区(1374) Laya2.0_文档(82) Laya3.0_api(68) Laya2.0_api(57) laya_api(53) Laya3.0_文档(45) Laya_示例(32) Laya2.0_示例(27)
...dComplete():void { trace("资源加载完成!"); var comboBox:ComboBox = new ComboBox("resource/ui/button.png", "item0,item1,item2,item3,item4,item5");//创建一个 ComboBox 类的实例对象 comboBox ,传入它的皮肤和标签集。 comboBox.x = 100;//设置 comboBox 对象的属性 x 的值...
来源: Laya3.0_api 发布时间: 20231115
...模型文件 .... if(this.m_spModelData.HasColor()) { VerElement[Index] = new Laya.VertexElement(Stride, Laya.VertexElementFormat.Color, Laya.VertexElementUsage.COLOR0); Stride += 16; Index += 1; } var VertDecal = new Laya.VertexDeclaration(Stride, VerElement); NewMesh._vertexBuffers[0] = new Laya.V...
来源: Laya_社区 发布时间: 20180717
...件报错 是不是只能抛自定义事件 比如let xx:Laya.Sprite = new Laya.Sprite(); xx.event(Laya.Event.Click); 然后会报错 因为要实现新手引导5秒自动点击功能 所以会抛出一个事件 这个貌似是基本功能 求解答 2018-05-25 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20180525
HTMLIframeElement报错 我用 var p:HTMLIframeElement = new HTMLIframeElement(); Laya.stage.addChild(p); p.href = "test.html"; p.y = 200; 一执行就报错是为什么啊?错误如下: Utils.parseXMLFromString=function(value){ var rst; value=value.replace(/>\s+</g,'><'); rst=(new ...
来源: Laya_社区 发布时间: 20180103
...s.camera.name); } public _start(state:Laya.RenderState):void{ this.ray = new Laya.Ray(Laya.Vector3.ZERO,Laya.Vector3.ZERO); this.phasorSprite3D = new Laya.PhasorSpriter3D(); Laya.stage.on(Laya.Event.MOUSE_DOWN,this,this.onMouseDown); } private onMouseDown():void{ this.camera.viewportPointToRay(n...
来源: Laya_社区 发布时间: 20181020
DialogManager怎么添加遮罩层 var dialogManager =new DialogManager(); var sprite1=new Laya.Sprite(); sprite1.loadImage("scdlb/首充大礼包通用素材/通用素材/背景黑色蒙版.png",0,0,1600,1080); this.scTipsPg= new ScTpisUI(); console.log(this.scTipsPg.manager); this.scTipsPg.manage...
来源: Laya_社区 发布时间: 20191031
...tlas 并且 layaUI.max.all.js里面只有个TestPageUI 如果我插入 new TestPageUI() 显示出的是这个 PS :刚刚接触laya的前端 以前基本只做OA系统 这个问题困扰了我快一下午了 麻烦各位大神帮忙看看 (最后吐槽下 laya的API真的看得我难受....
来源: Laya_社区 发布时间: 20180621
...个平面的创建代码 var plane: Laya.MeshSprite3D = scene.addChild(new Laya.MeshSprite3D(1 , 1, 1, 1))) as Laya.MeshSprite3D; plane.transform.position = new Laya.Vector3(0,0,0); var material: Laya.StandardMaterial = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("r...
来源: Laya_社区 发布时间: 20180412
...则可正常关闭); 请指教! // 写法一 let g:Laya.Graphics = new Laya.Graphics(); g.drawRect(this.closeBtn.x-10,this.closeBtn.y-10,this.closeBtn.width+20,this.closeBtn.height+20,"#FF0000"); let hitA:Laya.HitArea = new Laya.HitArea(); hitA.hit = g; this.closeBtn.hitArea = hitA; // 写...
来源: Laya_社区 发布时间: 20170920
DialogManager怎么添加遮罩层 var dialogManager =new DialogManager(); var sprite1=new Laya.Sprite(); sprite1.loadImage("scdlb/首充大礼包通用素材/通用素材/背景黑色蒙版.png",0,0,1600,1080); this.scTipsPg= new ScTpisUI(); console.log(this.scTipsPg.manager); this.scTipsPg.man...
来源: Laya_社区 发布时间: 20191031