大约有 170 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0029 秒)
Laya3.0_api(77) Laya_社区(58) Laya2.0_api(22) laya_api(6) Laya3.0_文档(4) Laya2.0_示例(2) Laya2.0_文档(1)
...aram time 毫秒数 */ function vibrate(time: number) { let count = time / 15; let index = 0; let obj = { count: count, index: index }; Laya.timer.loop(16, obj, function () { wx.vibrateShort(); index++; ...
来源: Laya_社区 发布时间: 20190401
... loadImage 不断的加载图片 会导致 GlUtils fillIBQuadrangle中的count 也就是绘制四边形数量不断升高 最后达到上限值 出现黑屏 使用Sprite 的 loadImage 不断的加载图片 会导致 GlUtils fillIBQuadrangle中的count 也就是绘制四边形数量不断升高 最...
来源: Laya_社区 发布时间: 20170322
...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
...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
...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
自定义对话框设置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
... 直接上伪代码吧~~ 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
...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
...器 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
...创建KeyframeNode节点队列。 Public Properties PropertyDefined By count : int 获取节点个数。 KeyframeNodeListPublic Methods MethodDefined By KeyframeNodeList() 创建一个 KeyframeNodeList 实例。 KeyframeNodeList getNodeByIndex(index:int):KeyframeNode 通过索引获取...
来源: Laya2.0_api 发布时间: 20190513