大约有 1,536 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0062 秒)
... var canvas: Sprite = new Sprite(); Laya.stage.addChild(canvas); var path: Array<number> = []; path.push(0, -130); path.push(33, -33); path.push(137, -30); path.push(55, 32); ...
来源: Laya_社区 发布时间: 20171102
...ndex= Math.floor(Math.random()*num); var img= new Laya.Image(); Laya.stage.addChild(img); img.skin = "res/"+index+".png"; 2017-01-11 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Todo 相关问题 请问LayaAir中如何使图片以圆...
来源: Laya_社区 发布时间: 20170111
...layaplugin 导出成.lh文件 ; 在laya里scene.addChild(Laya.Sprite3D.load("../src/fa.lh")); 就会直接报错 (我也试过导出ls 文件 ) 能知道大致的原因吗? 2017-08-30 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...
来源: Laya_社区 发布时间: 20170829
... 赞同来自: var sp = new Laya.Sprite(); sp.loadImage("url"); Laya.stage.addChild(sp); 2017-12-26 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 qq408896436 相关问题 请问LayaAir中如何使图片以圆形的方式显示? layabo...
来源: Laya_社区 发布时间: 20171226
....color = "#BDBDBD"; _input.fontSize = 18; _input.pos(8, _HEIGHT -50); this.addChild(_input); 2018-07-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 zhangliyang 赞同来自: 标签可以调用h5的API,scrollInt...
来源: Laya_社区 发布时间: 20180701
... Laya.Camera = new Laya.Camera(0, 0.1, 1000); //加载到场景 this.scene.addChild(camera); //移动摄像机位置 camera.transform.position = new Laya.Vector3(-3, 1.5, 6); //旋转摄像机角度 camera.transform.rotate(new Laya.Vector3(-6, 0, 0), true, false); //设置摄像机视野范围(角...
来源: Laya_社区 发布时间: 20180910
... //添加照相机 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); ca...
来源: Laya_社区 发布时间: 20170527
...; img.width = 76; img.height = 110; img.pos(200 + i * 35, 230); Laya.stage.addChild(img); this.reciveOutPoker.push(img); this.outHandPoker.push(this.aaa.playerNameList[i].playerhandpoker[j]); this.lastPaixing = 1; for (let x = 0; x < this.outHandPoker.length; x++) { for (let j = 0; j < this....
来源: Laya_社区 发布时间: 20180626
...s(0,0); video.load("https://game.ruanmengkeji.com/ ... 6quot;); Laya.stage.addChild(video) 在一个界面中加入如上代码 video 没有显示 点击空白 this.videoElement.play is not a function TypeError: this.videoElement.play is not a function 2019-03-12 添加评论 免费帖 -...
来源: Laya_社区 发布时间: 20190312
...PNG, num.toString()); this._sprFight.x = 600; this._sprFight.y = 150; this.addChild(this._sprFight); } dispose(): void { this.imgItem.graphics.clear(); this.imgItem.removeSelf(); this.imgItem.skin = null; this._sprFight.graphics.clear(); this._sprFight.removeSelf(); this._sprFight = null; } 像...
来源: Laya_社区 发布时间: 20170916