大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...mPath getTransformActive setTransformActive Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
为啥我在批量removeself 会报错卡死 override public function removeSelf():Node { this.scaleX = 1; this.scaleY = 1; this.alpha = 1; this.pos(0,0); this.filters = []; if(selectImg != null) { selectImg.removeSelf(); } this.mouseEnabled = true; if(this.visible == false) { this.visible = true; ...
来源: Laya_社区 发布时间: 20171129
...示进度,一直是 0% 打印了下,loadingView.prototype.loading = function (value) { if (this.bridge) { if (this.sOS == "Conch-ios") { this.bridge.call("loading:", value); } else if (this.sOS == "Conch-android") { this.bridge.call("loading", value); } console.log("loadingView.prototype.loadi...
来源: Laya_社区 发布时间: 20190724
... _arrayBufferToURL arrayBufferToURL destroy Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ist中添加多元素的item 导微信小程序报错window.focus is not a function 程序启动报错“请设置应用程序的启动配置文件“ 程序调试10秒钟后报错 laya程序如何上传到虚拟主机上呢? 问题状态 最新活动: 2016-12-28 11:07 浏览: 1287 关注: 2 人
来源: Laya_社区 发布时间: 20161228
...terText, { y : endY }, 1000, Ease.elasticOut, null, i * 1000); } } private function createLetter(char:String):Text { var letter:Text = new Text(); letter.text = char; letter.color = "#FFFFFF"; letter.font = "Impact"; letter.fontSize = 110; Laya.stage.addChild(letter); return letter; } } }
来源: Laya2.0_示例 发布时间: 20260303
... { public var scoreLbl:Label; public var tipLbll:Label; override protected function createChildren():void { super.createChildren(); loadScene("test/TestScene"); } } } 2018-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20181024
... ignore 是否忽略。 */ public static function setLayerCollision(layer1:Layer, layer2:Layer, collison:Boolean):void { _layerCollsionMatrix[layer1.number][(Layer.maxCount - 1) - layer2.number] = collison; } 自己开启两...
来源: Laya_社区 发布时间: 20180522
...erB distance normal positionOnA positionOnB Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Property Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...ight clone cloneTo TypeAniKey TypeTweenInfo Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Static property
来源: Laya3.0_api 发布时间: 20231115