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

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

11. 微信小游戏自定义震动效果 [ 93%]

...aram time  毫秒数 */ function vibrate(time: number) {     let count = time / 15;     let index = 0;     let obj = { countcount, index: index };     Laya.timer.loop(16, obj, function () {         wx.vibrateShort();         index++;     ...

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

12. 使用Sprite 的 loadImage 不断的加载图片 会导致 GlUtils fillIBQuadrangle中的count 也就是绘制四边形数量不断升高 最后达到上限值 出现黑屏 [ 93%]

... loadImage 不断的加载图片 会导致 GlUtils fillIBQuadrangle中的count 也就是绘制四边形数量不断升高 最后达到上限值 出现黑屏 使用Sprite 的 loadImage 不断的加载图片 会导致 GlUtils fillIBQuadrangle中的count 也就是绘制四边形数量不断升高 最...

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

13. laya.components.KeyframeNodeList2D_API3.0 [ 92%]

...st2D Class KeyframeNodeList2D Hierarchy KeyframeNodeList2D Index Accessors count Methods getNodeByIndex setNodeByIndex Accessors count get count(): number set count(value: number): void Defined in laya/components/KeyframeNodeList2D.ts:8 节点个数。 Returns number Defined in laya/components/Keyfr...

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

14. laya.d3.core.material.BaseMaterial [ 91%]

...terial() 创建一个 BaseMaterial 实例。 BaseMaterial  _addReference(count:int = 1):void[override] BaseMaterial  _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial  _removeReference(count:int = 1):void[override] BaseMaterial  clon...

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

15. 困扰已久的问题,麻烦官方提供一下解决方案.谢谢 [ 91%]

...rce{10228}) Suspend Blockers: size=5   PowerManagerService.WakeLocks: ref count=1   PowerManagerService.Display: ref count=1   PowerManagerService.Dozing: ref count=0   PowerManagerService.Broadcasts: ref count=0   PowerManagerService.WirelessChargerDetector: ref count=0 麻烦官方能提供...

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

16. 自定义对话框设置zOrder后,关闭时报错 [ 90%]

自定义对话框设置zOrder后,关闭时报错 var CountdownBar = (function () { function countdownBar() { PauseDialog.super(this); this.name = 'CountdownBar'; Laya.stage.addChild(this); this.zOrder = 100; this.count = 4; this.countLabel.text = '' + this.count; Laya.timer.loop(1000, this, this...

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

17. 关于timeline结束的问题 [ 89%]

... 直接上伪代码吧~~ var timeline = new TimeLine(); var list = []; var count = 0; for (var i = 0; i < array.numChildren; i++) { var child = array.getChildAt(i); if (child.name === 'lightDottedActive') { child.visible = true; child.alpha = 0; timeline .addLabel('lightDotted', 0) .to(child, { a...

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

18. laya.utils.Delegate_API3.0 [ 88%]

...Class Delegate Hierarchy Delegate Index Constructors constructor Accessors count Methods add clear clearForTarget invoke once remove Constructors constructor new Delegate(): Delegate Defined in laya/utils/Delegate.ts:5 Returns Delegate Accessors count get count(): number Defined in laya/utils/Delega...

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

19. 关于HttpRequest [ 87%]

...器 var obj: Object = { name: "stone", list: [1, 2, 3], items: [ { id: 1, count: 10 }, { id: 2, count: 0 } ] }; 2017-06-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 callback 赞同来自: 已解决。。 2017...

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

20. laya.d3.animation.KeyframeNodeList [ 86%]

...创建KeyframeNode节点队列。 Public Properties PropertyDefined By  count : int 获取节点个数。 KeyframeNodeListPublic Methods  MethodDefined By  KeyframeNodeList() 创建一个 KeyframeNodeList 实例。 KeyframeNodeList  getNodeByIndex(index:int):KeyframeNode 通过索引获取...

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