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

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

51. 关于fillText问题 [ 86%]

关于fillText问题 private label_image:Laya.Sprite=new Laya.Sprite(); this.label_image.graphics.fillText(xxx, xxx,"15px Arial","#000000","center"); this.label_image.pos(0,0) Laya.stage.addChild(this.label_image); 这样写为什么CurMem会增加接近16M,这不就是在精灵上绘制嘛,...

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

52. 1.7.8 Image不能设置网络图片 [ 86%]

...不要问我能不能,因为我已经在做 - 杀意来袭 如何设置Sprite的宽高和点击区域? ios14系统下 blendMode='lighter' 图片异常 循环依赖不能运行 Circular dependency: Texture图片能否进行翻转? ui list 里面的元素不能点击两次 matter中layasprite怎...

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

53. 性能测试-卡通人物2 [ 86%]

...e; var Text = Laya.Text; var Stat = Laya.Stat; var WebGL = Laya.WebGL; var Sprite = Laya.Sprite; var Animation = Laya.Animation; // Class Character function Character(images) { Character.super(this); Character.WIDTH = 110; Character.HEIGHT = 110; var bloodBar; var animation; var nameLabel; Character...

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

54. 我就问一下一个遮罩的问题 [ 86%]

...img.skin = 'xxxx' // 图片url路径 this.addChild(img) const imgMask:Laya.Sprite = new Laya.Sprite() img.mask = imgMask   我就问一下,这个时候img是能显示还是不能显示?   答案是,如果Laya.init就不会显示;Laya3D.init就会显示 引擎版本1.7.3   附件 : --> 201...

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

55. 物理Bodies绑定Laya.Sprite [ 86%]

物理Bodies绑定Laya.Sprite Laya.init(600, 400, Laya.WebGL); // 初始化一个画布,使用 WebGL 渲染,不支持时会自动切换为 Canvas Laya.stage.alignV = 'top'; // 适配垂直对齐方式 Laya.stage.alignH = 'middle'; // 适配水平对齐方式 Laya.stage.screenMode = this.Stage.S...

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

56. 性能测试-卡通人物2 [ 86%]

...= 0) { text.text = Stat.FPS.toString(); } } } class Character extends Laya.Sprite { constructor(images) { super(); this.speed = 5; this.bloodBar; this.animation; this.nameLabel; this.createAnimation(images); this.createBloodBar(); this.createNameLabel(); } createAnimation(images) { const Animation =...

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

57. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 86%]

...办法降DrawCall package { import laya.display.Node; import laya.display.Sprite; import laya.maths.Rectangle; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import ui.TestDialogUI; import ui.TestViewUI; public class TestView extends TestViewUI { private var PATH_LEN:Number ...

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

58. This image has just been released and needs to be restored now [ 86%]

...ion 可以将对象指定到Image,并用程式控制播放吗? ImageSprite在应用上的区别 QQ玩一玩 获取头像后的数据是 BK.Buffer,需要如何用laya的Image显示出来? ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string ...

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

59. Image销毁时未释放纹理 [ 86%]

...隆对象,统计面板的显存和内存就会显示成负数 new Laya.Sprite();绘制图形以后,怎么删除释放资源? 模型资源释放问题 视频纹理无法显示 释放已经预加载但未使用的模型资源报错 EffectAnimation 可以将对象指定到Image,并用程式控...

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

60. 在layaAir 中 怎样用AS 语言写如下点击事件 ? [ 86%]

在layaAir 中 怎样用AS 语言写如下点击事件 ? 在一个Sprite中 ,有 8个image 点击Sprite 触发image事件 每个image执行的方法都不同 该怎样写呢? 2018-03-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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