大约有 2,531 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0064 秒)
Laya_社区(1345) Laya3.0_api(638) Laya2.0_api(288) laya_api(192) Laya2.0_文档(42) Laya_示例(11) Laya3.0_文档(9) Laya2.0_示例(6)
...ocument.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL.createObjectURL(blob); document.body.appendChild(img); } } xhr.send(); ``` 上面这个方法是用了浏览器自身提供的方法来把二进制转换成图片...
来源: Laya2.0_文档 发布时间: 20210714
...ocument.createElement("img"); img.onload = function (e) { window.URL.revokeObjectURL(img.src); // 清除释放; }; img.src = window.URL.createObjectURL(blob); document.body.appendChild(img); } } xhr.send(); ``` 上面这个方法是用了浏览器自身提供的方法来把二进制转换成图...
来源: Laya2.0_文档 发布时间: 20210714
...nit.main(ZygoteInit.java:749) # ReferenceQueueDaemon(1063) 1 java.lang.Object.wait(Native Method) 2 java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:164) 3 java.lang.Thread.run(Thread.java:818) # FinalizerDaemon(1064) 1 java.lang.Object.wait(Native Method) 2 java.lang.Object.wait(O...
来源: Laya_社区 发布时间: 20191227
...法 ,JS百度非常多代码,直接拿来用private function getGet():Object { var url:String = __JS__('window.document.location.href.toString()'); var u:* = url.split("?"); if (u[1] is String) { u = u[1].split("&"); var gets:Object = {}; for (var i:String in u) { var j:String = u[i].split("...
来源: Laya_社区 发布时间: 20160110
...nst stageHeight:int = 960; private var Matter:Object = Browser.window.Matter; private var LayaRender:Object = Browser.window.LayaRender; private var mouseConstraint:*; private var engine:*; ...
来源: Laya_社区 发布时间: 20170822
...Frames PoolMethods Packagelaya.utilsClasspublic class PoolInheritancePool Object Pool 是对象池类,用于对象的存贮、重复使用。 合理使用对象池,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游戏流畅度。 Public Methods MethodDefin...
来源: laya_api 发布时间: 20170929
...ator):void 克隆数据到Avatr。 Avatar _parse(data:*, propertyParams:Object = null, constructParams:Array = null):Avatar[static] Avatar clone():* 克隆。 Avatar cloneTo(destObject:*):void 克隆。 Avatar load(url:String, complete:Handler):void[static] 加载Avatar文件。 AvatarCo...
来源: Laya2.0_api 发布时间: 20190513
编译器for循环问题 var o:Object = new Object(); for ( var key :int in o ) { } 这样的AS代码会编译出 var o=new Object(); for (var key=0 in o){ } 这样的JS代码 在IOS里真机还是LAYABOX运行都会...
来源: Laya_社区 发布时间: 20171009
关于xml解析 可以直接把xml string转换为object吗? getRes读取的xml,根节点前面多了两行(描述xml版本之类的),解析不了; 现在的想法是以文本方式读取,去掉前两行再解析,但是没有找到直接把xml string转换为object的方法 2017-12-...
来源: Laya_社区 发布时间: 20171208
...eritancePhysicsCollider PhysicsTriggerComponent PhysicsComponent Component Object PhysicsCollider 类用于创建物理碰撞器。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By canCollideWith : int 获取可碰撞的碰撞组。 PhysicsComp...
来源: Laya2.0_api 发布时间: 20190513