大约有 630 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0051 秒)
Laya_社区(466) Laya3.0_api(58) Laya2.0_api(33) laya_api(28) Laya2.0_文档(26) Laya3.0_文档(7) Laya2.0_示例(7) Laya_示例(5)
... at Object.<anonymous> (D:\LayaGame\LayaAirIDE2.5.0\resources\app\out\layarepublic\oppo\quickgame-toolkit\lib\commands\cocos_v2.js:85:16) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at ...
来源: Laya_社区 发布时间: 20200619
...是什么意思呢?意思是从LayaAirIDE安装目录中的resources\app\out\vs\layaEditor\renders\laya.editorUI.xml文件中取出类名对应XML节点的runClass属性值作为TS导出的类名,那么很显然在这XML里的runClass全部都是小写的laya命名空间 那么临时的解决...
来源: Laya_社区 发布时间: 20200809
...long, unsigned long long, unsigned long long) + 324 27 IOKit IODispatchCalloutFromCFMessage + 376 28 CoreFoundation ___CFMachPortPerform + 180 29 CoreFoundation ___CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 56 30 CoreFoundation ___CFRunLoopDoSource1 + 436 31 CoreFoundation ___CFRunLo...
来源: Laya_社区 发布时间: 20180409
...tainer.addChild(interactionArea); interactionArea.blendMode = "destination-out"; var tipContainer = new Sprite(); stage.addChild(tipContainer); onClick(); function onClick() { var guide = guideSteps[step++]; interactionArea.graphics.clear(); interactionArea.graphics.drawCircle(guide.x, guide.y, guid...
来源: Laya_社区 发布时间: 20171031
...免比较消耗性能的计算。2.Sprite getCharPoint(charIndex:int, out:Point = null):Point 返回字符在本类实例的父坐标系下的坐标。 Text getChildAt(index:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节点...
来源: laya_api 发布时间: 20170929
...转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? Warning!,this class[MiniAdpter] already exist: Object {init: } 请问object层中添加的sprite怎么添加点击事件 IDE不能运行调试提示:Chrome ...
来源: Laya_社区 发布时间: 20181020
...ionArea = new Laya.Sprite(); this.interactionArea.blendMode = "destination-out"; this.guideContainer.addChild(this.interactionArea); this.guideHitArea = new Laya.HitArea(); this.guideHitArea.hit.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); this.guideContainer.hitArea = this.guideH...
来源: Laya_社区 发布时间: 20171222
...器 打开文件 /Applications/LayaAirIDE%202.app/Contents/Resources/app/out/vs/layaEditor/h5/layabuilder.max.js - windodw用户 在laya安装文件夹 搜索找到 layabuilder.max.js 文件 - 搜索 _matchClassName 关键词 > 定位到报错的地方 问题很明显 官方疏忽了正则匹...
来源: Laya_社区 发布时间: 20220207
...:计算量较大,尽量少用。 Sprite getCharPoint(charIndex:int, out:Point = null):Point 返回字符在本类实例的父坐标系下的坐标。 Text getChildAt(index:int):Node 根据子节点的索引位置,获取子节点对象。 Node getChildByName(name:String):Node 根据子节...
来源: Laya2.0_api 发布时间: 20190513
...ue; } else if (e.type == Laya.Event.MOUSE_UP || e.type == Laya.Event.MOUSE_OUT) { if (this.m_downValue > -1) { if (this.list_rule.scrollBar.value < this.m_downValue) { this.list_rule.scrollBar.stopScroll(); this.list_rule.tweenTo(index - 1,100); } else if (this.list_rule.scrollBar.value > t...
来源: Laya_社区 发布时间: 20171202