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

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

381. 分享一下自己的屏幕适配方案 [ 83%]

...ght;//背景图的高 this.Img.x =0; this.Img.y =0; this.Img.url ="../game/1.png"; Laya.stage.addChild(this.Img); //获取图片初始x y轴坐标 this.ImgX=this.Img.x; this.ImgY =this.Img.y; this.layout(); Laya.stage.on(Laya.Event.RESIZE, this, this.layout); Laya.stage.on(Laya.Event.ADDED, this, th...

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

382. 类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 [ 83%]

...ext(element, _x, _y, fonts, this.color, "left"); if (yAction(printNumber + 1) > h) { j++; printNumber = 0; } else { printNumber++; } } } drawTextBySprite(sprite: Laya.Sprite) { sprite.addChild(this.sprite); this.drawText(sprite.x, sprite.y, sprite.width, sprite.height); } onEnable(): void { } onD...

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

383. 【LIST无法拖动】参照官方实例做的 [ 83%]

...种方式,任然无法点击LIST的区域拖动 附件 : --> bin.zip 2021-01-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 HIPPOPMANANDRAPGIRL 赞同来自: 求救, 大佬门 2021-01-23 0 0 分享 微博 Q...

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

384. laya.ui.Tree_API3.0 [ 83%]

...树结构数据。 xmlString = "<root><item label='box1'><abc label='child1'/><abc label='child2'/><abc label='child3'/><abc label='child4'/><abc label='child5'/></item><item label=...

来源: Laya3.0_api 发布时间: 20231115

385. 分享一个Shader版的CoolDown实现 [ 83%]

...ew coolDownSprite(); this.spe.init(texture); //this.spe.initWithoutTexture(128, 128); this.spe.pos(300, 350); this.spe.setProgress(this.progress); Laya.stage.addChild(this.spe); ----------------------源码-------------------------- import Shader = laya.webgl.shader.Shader;     export class coolDo...

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

386. Tree属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 83%]

...ndex.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Tree)。 ### 1.1 Tree 组件主要由两个部分组成: - 项单元格(可以是 Box 、页面 View、自定义页面); - 纵向滚动条 VScrollBar; ### 1.2 Tree 组件的单元格通常由四部分组成: - 一个单元格...

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

387. laya.d3.core.particleShuriKen.module.GradientAngularVelocity [ 83%]

...Velocity  type : int[read-only] 命周期角速度类型,0常量模式,1曲线模式,2随机双常量模式,3随机双曲线模式。 GradientAngularVelocityPublic Methods  MethodDefined By  GradientAngularVelocity() 创建一个 GradientAngularVelocity,不允许new,请使用静态创...

来源: Laya2.0_api 发布时间: 20190513

388. as3代码编译错误.100%重现,有测试代码.结果影响很大. [ 83%]

as3代码编译错误.100%重现,有测试代码.结果影响很大. 就是一句代码,出现连续的super调用的时候,会被编译成错误代码. addFootPrintMagic(super.x,super.y, now); 被编译成addFootPrintMagic(laya.display.Sprite.prototype.x,_super.prototype.y,now); 下面是我写的...

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

389. Cannot enlarge memory arrays. [ 83%]

Cannot enlarge memory arrays. Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to ...

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

390. laya.d3.core.particleShuriKen.module.GradientAngularVelocity [ 83%]

...Velocity  type : int[read-only] 命周期角速度类型,0常量模式,1曲线模式,2随机双常量模式,3随机双曲线模式。 GradientAngularVelocityPublic Methods  MethodDefined By  GradientAngularVelocity() 创建一个 GradientAngularVelocity,不允许new,请使用静态创...

来源: laya_api 发布时间: 20170929