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

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

21. 计时器-延迟执行 [ 87%]

...on1.on(Event.CLICK, this, onDecreaseAlpha1); button2 = createButton("点我60帧之后 alpha - 0.5"); button2.pos(button1.x, button1.y + vGap); Laya.stage.addChild(button2); button2.on(Event.CLICK, this, onDecreaseAlpha2); } function createButton(label) { var w = 300, h = 60; var button = new Sprite...

来源: Laya_示例 发布时间: 20241118

22. 计时器-延迟执行 [ 87%]

...ICK, this, this.onDecreaseAlpha1); this.button2 =this. createButton("点我60帧之后 alpha - 0.5"); this.button2.pos(this.button1.x, this.button1.y + vGap); this.button2.on(Event.CLICK, this, this.onDecreaseAlpha2); } createButton(label) { const Sprite = Laya.Sprite; let w = 300, h = 60; let butto...

来源: Laya2.0_示例 发布时间: 20241118

23. 高帧率手机物理引擎效果变慢 [ 87%]

...理引擎效果变慢 demo在高帧率手机上面运行时,会发现和60帧的手机上的速度不相同,请问是bug,还是需要手动设置,如果手动设置该如何设置。 2020-10-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

24. 在Laya设计器里, 怎么添加圆角矩形? [ 86%]

...105, 0], ["arcTo", 110, 0, 110, 5, 5], ["lineTo", 110, 55], ["arcTo", 110, 60, 105, 60, 5], ["lineTo", 5, 60], ["arcTo", 0, 60, 0, 55, 5], ["lineTo", 0, 5], ["arcTo", 0, 0, 5, 0, 5], ["closePath"]], {fillStyle: "#FFFFFF"}); Laya.stage.addChild(sp);   2017-08-04 1 0 分享 微博 QZONE 微信 cry_11...

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

25. 使用loadImage加载一个图片后的点击事件 [ 86%]

...rite; var ape = new Sprite(); Laya.stage.addChild(ape); ape.loadImage(img,360, 300, 60, 60, Laya.Handler.create(this, function(){         ape.on(Laya.Event.CLICK, this, function(){         console.log(111)     }) }));使用这段代码加载了一个60x60大小的图片(下图中骑马...

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

26. 限制模型旋转角度 [ 86%]

...同来自: 比如说在y轴角度为0时,x轴转到北极的角度值是60,南极的角度是-60;我是用transform.localRotationEuler获取的角度,然后我再用transform.localRotationEuler=new Vector3(60,0,0),这个时候是北极正朝向观众,前提必须y和z的值是0,如果y...

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

27. 路径问题在哪呢?这个路径可是官方的实例哦。 [ 86%]

... 105, 0],["arcTo", 110, 0, 110, 5, 5], ["lineTo", 110, 55], ["arcTo", 110, 60, 105, 60, 5], ["lineTo", 5, 60], ["arcTo", 0, 60, 0, 55, 5], ["lineTo", 0, 5], ["arcTo", 0, 0, 5, 0, 5], ["closePath"]], {fillStyle: "#00ffff"},{"strokeStyle":"#ffffff"}); 2017-03-21 0 0 分享 微博 QZONE 微信 为什...

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

28. graphics下没有lineTo,怎么实现实时绘图效果? [ 85%]

...105, 0], ["arcTo", 110, 0, 110, 5, 5], ["lineTo", 110, 55], ["arcTo", 110, 60, 105, 60, 5], ["lineTo", 5, 60], ["arcTo", 0, 60, 0, 55, 5], ["lineTo", 0, 5], ["arcTo", 0, 0, 5, 0, 5], ["closePath"]], {fillStyle: "#00ffff"}); 这是官方提供的API,还是用代码生成图形,可是我要的是m...

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

29. 分享:如何设置LayaNative的帧频 [ 85%]

...者发现了,在LayaAir下,一共有3中设置帧频的模式1、默认60 FPS/S 2、设置Laya.stage.frameRate = “mouse”,在设置后,引擎默认会以30帧运行,只有鼠标活动后才会自动提速到60帧,这样既能保证鼠标操作的流畅性,又能减少不操作的性...

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

30. 编译常量问题 [ 84%]

...器时间要加多八小时   public static const TIME_ZONE:Number = 8*60*60*1000;   /**    * 一天    */   public static const ONE_DAY2:Number = 24 * 60 * 60 * 1000; //  ONE_DAY  可能系统重名   在运行时发现 var millSec:Number = (ServiceTimeMagr.instance.currServiceTime+Dat...

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