大约有 245 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0043 秒)
Laya_社区(148) Laya2.0_文档(25) Laya3.0_文档(22) laya_api(14) Laya2.0_api(13) Laya3.0_api(11) Laya2.0_示例(8) Laya_示例(4)
... Laya.loader.load([{url: "res/atlas/common.atlas", type: Loader.ATLAS}]); Stat.show(); } private function onClick(e:Event):void { switch(e.currentTarget) ...
来源: Laya_社区 发布时间: 20180425
...任何完成操作的机会;就是简单的立即停止 属性 Property Type Description onmessage EventListener 一个事件监听函数,每当拥有message属性的MessageEvent从worker中冒泡出来时就会执行该函数。事件的data属性存有消息内容。 onerror EventListener 一...
来源: Laya3.0_文档 发布时间: 20241014
...KeyBoardManager enabled hasKeyDown Legend Object literal Variable Function Type alias Class Class with type parameter Static property Static method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...)byteOffset: (...)length: (...)Symbol(Symbol.toStringTag): (...)__proto__: TypedArray__proto__: Object bom.transform.localRotation=new Laya.Quaternion(0, 0,0,0); //设置了localRotation Quaternion {elements: Float32Array[4]} bom.transform.worldMatrix ...
来源: Laya_社区 发布时间: 20170323
...tils/Mouse" Mouse cursor hide show Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115
...ayaAirIDE1.4版本里用TS引擎库使用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 View嵌套Dialog组件 问题状态 最新活动: 2018-05-23 10:39 浏览: 979 关注: 2 人 星竹 • 2018-05-23 10:57 那怎么找里面的那个list w1114367261 ...
来源: Laya_社区 发布时间: 20180522
...load resource: net::ERR_FILE_NOT_FOUND 2.0.0编译报错Cannot find global type 'Array' 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 调试工具正常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request ...
来源: Laya_社区 发布时间: 20190809
...XMLHttpRequest(); xhr.open("get", "res/atlas/comp.png", true); xhr.responseType = "arraybuffer"; xhr.onload = function () { if (this.status == 200) { var blob = new Blob([this.response], { type: "image/png" }); var img = document.createElement("img"); img.onload = function (e) { window.URL.revokeObj...
来源: Laya3.0_文档 发布时间: 20230303
...呢?比如position或者scale 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 LayaAirIDE下如何使用mask? 微信小游戏如何使用ttf字体? 请问2.0的版本开始,我用ts编写的相关内容,都要使用impo...
来源: Laya_社区 发布时间: 20180116
...() > 0 && file.exists() && file.isFile()) { i.setDataAndType(Uri.parse("file://" + filePath), "application/vnd.android.package-archive" ); i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity( i); return true ; } return false ; } 安装完之后,我们只需要根...
来源: Laya_社区 发布时间: 20160104