• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 489 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0048 秒)

351. 分享一个自己做的游戏公告功能,跑马灯效果 [ 50%]

...创建喇叭 */ _createHorn(){ let horn = new Image() horn.zOrder = 2 horn.loadImage('common/horn.png',-12,-12) this.addChild(horn) } } 附件 : --> 2018-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 qian ...

来源: Laya_社区 发布时间: 20180314

352. 微信小游戏wxmin图片加载有点问题 [ 50%]

... boxMat; // var ape = new Laya.Sprite() // Laya.stage.addChild(ape) // ape.loadImage('https://s2.d2scdn.com/2018/1/2/474ebb47-f3af-4426-bc07-848524d9beb6/timg.jpg') // console.log(123120, ape) // Laya.loader.load('res/mao.jpg', Laya.Handler.create(this, function (){ // var t = Laya.loader.getRes('re...

来源: Laya_社区 发布时间: 20180104

353. 请大家帮助优化一下这个抛物线的代码 [ 50%]

...Ball.cached){ Ball.cached = true; this.body = new Laya.Sprite(); this.body.loadImage("war/ball.png"); this.body.pivot(12,12); } this.addChild(this.body); Laya.timer.frameLoop(1,this,this.animate); } private animate(e):void{ this.body.rotation += 10; } } class Main{ private ball:Ball; private target...

来源: Laya_社区 发布时间: 20171108

354. 关于平行光渲染投影问题,求解惑 [ 50%]

...E; let ape: Laya.Sprite = new Laya.Sprite(); Laya.stage.addChild(ape); ape.loadImage("../laya/assets/fish_bg.png"); //开启统计信息 Laya.Stat.show(); //添加3D场景 let scene: Laya.Scene = Laya.stage.addChild(new Laya.Scene()) as Laya.Scene; //添加照相机 let camera: Laya.Camera = (scene....

来源: Laya_社区 发布时间: 20180302

355. LayaAir DebugPanel 调试工具(TypeScript-2D进阶篇(TS)-调试相关) [ 50%]

...prite = new Laya.Sprite(); //添加到舞台 Laya.stage.addChild(Img); Img.loadImage("res/img/monkey1.png",200); } } new GameMain(); ``` 运行效果如图1所示 ![图1](img/1.png) (图1) ### 2、刷新显示对象节点树 默认状态下,显示对象节点树中只有`DebugInfoLayer`节点,...

来源: Laya2.0_文档 发布时间: 20210715

356. 关于颜色滤镜的问题 [ 50%]

... 1, 0, 0, 0, 0]; //A var balloon = this.balloon = new Laya.Sprite; balloon.loadImage(RES.balloon); balloon.pos(540,70); balloon.filters = [new Laya.ColorFilter(redMat)]; Laya.stage.addChild(balloon); 附件 : --> 2016-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

来源: Laya_社区 发布时间: 20160525

357. laya.display.Graphics [ 50%]

...(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Graphics  loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Function = null):void 加载并显示一个图片。 Graphics  restore():void 返回之前保存过的路径状态和属性。 ...

来源: laya_api 发布时间: 20170929

358. laya.ui.List [ 50%]

...:Boolean 检测指定事件类型是否是鼠标事件。 EventDispatcher loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null):Sprite 加载并显示一个图片。功能等同于graphics.loadImage方法。支持异步加载。 注意:多...

来源: laya_api 发布时间: 20170929

359. 微信小游戏中iPhoneX的适配问题 [ 50%]

...测试。像这样 var ape = new Sprite(); Laya.stage.addChild(ape); ape.loadImage("../../res/apes/monkey3.png"); // 方法2:使用drawTexture Laya.loader.load("../../res/apes/monkey2.png", Handler.create(this, function() { var t = Laya.loader.getRes("../../res/apes/monkey...

来源: Laya_社区 发布时间: 20180604

360. 使用官方文档中qrcode生成二维码的代码,打包APP后无效 [ 49%]

...这里是异步的,开发者可以加个延时在获取。 this.qrcodeSp.loadImage(url, 0, 0, 100, 100); } 2018-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 zhang92tong 赞同来自: this.qrcode.makeCode...

来源: Laya_社区 发布时间: 20180412