大约有 1,382 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0049 秒)
Laya_社区(851) Laya2.0_文档(129) Laya3.0_api(105) Laya_示例(75) Laya2.0_api(66) laya_api(61) Laya2.0_示例(51) Laya3.0_文档(44)
...;i<10;i++){ var p:wheel=Pool.getItemByClass("wheel", wheel); p.pos(i*90+100,200); p.init(); roleLayer.addChild(p) } /////////////wheelas.as public function wheel(){ this.graphics.drawCircle(0,0,40,"#fff"); _wheel= new Animation(); _wheel.loadAnimation("wheeling.ani"); } ...
来源: Laya_社区 发布时间: 20190312
...":174,"w":23,"h":21,"offX":0,"offY":0,"sourceW":23,"sourceH":21}, "x":{"x":100,"y":0,"w":47,"h":45,"offX":0,"offY":0,"sourceW":47,"sourceH":45}}} 2017-08-30 0 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 你可以参考这个,自己制作一份资源 http://ldc.layabox.com/doc/?nav=zh-js-...
来源: Laya_社区 发布时间: 20170830
...抛出错误这个知道,有没有办法绕开这个报错 尝试过draw 10000个点的时候,把a的纹理取出来重新绘制,但是好像没有效果 var a:Sprite = new Sprite(); var count:int = 0; for(var i:int=0; i<200; i++) { for(var j:int=0; j<100; j++) { if(count == 10000) { var...
来源: Laya_社区 发布时间: 20181113
...粗体 txt.bold = true; //设置文本的显示起点位置X,Y txt.pos(60, 100); //设置舞台背景色 Laya.stage.bgColor = '#23238E'; //将文本内容添加到舞台 Laya.stage.addChild(txt); } } } 2. 修改.as3proj文件相应标签如下 <compileTargets> <compile path="src\HelloWorl...
来源: Laya_社区 发布时间: 20180914
...向AS/JS/TS开发者提供HTML5开发技术方案!\n" ;this.txt.size(200,100);this.txt.borderColor = "#ffff00";this.txt.fontSize = 20;this.txt.color = "#ffffff";Laya.stage.addChild(this.txt);this.txt.on(Laya.Event.MOUSE_DOWN,this,startScrollText);}/*开始滚动文本*/function startScrollText(){t...
来源: Laya_社区 发布时间: 20180125
...ild(new Laya.Scene()); let camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 4)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, false); scene.addChild(Laya.Sprite3D.load("../../../../../../../res/resourse/particle/ETF_Eternal_Light...
来源: Laya_社区 发布时间: 20190301
... "nearPlane":0.1, "farPlane":100 }, "customProps":{ "layer":0, "translate":[ -1.49, 1....
来源: Laya_社区 发布时间: 20180122
...Sprite里面,示例: var htmlCanvas:HTMLCanvas = sprite.drawToCanvas(100, 100, 0, 0);//把精灵绘制到canvas上面 var texture:Texture = new Texture(htmlCanvas);//使用htmlCanvas创建Texture var sp:Sprite = new Sprite().pos(0, 200);//创建精灵并把它放倒200位置 sp.graphics.drawText...
来源: laya_api 发布时间: 20170929
... var camera:Camera = (scene.addChild(new Camera( 0, 0.1, 100))) as Camera; camera.transform.translate(new Vector3(0, 3, 3)); camera.transform.rotate(new Vector3( -30, 0, 0), true, false); ...
来源: Laya_社区 发布时间: 20180116
.../设置文本的显示起点位置X,Y txt.pos(60, 100); //设置舞台背景色 Laya.stage.bgColor = '#23238E'; //将文本内容添加到舞台 ...
来源: Laya2.0_文档 发布时间: 20210715