• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,569 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0050 秒)

571. 微信小游戏,又是json编码的问题 [ 81%]

...]/, "");//替换一个看不见的特殊字符                 return JSON.parse(data);         } 但是这个方法也只是暂时的,这个也不知道是引擎的bug还是微信的bug 2018-01-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

来源: Laya_社区 发布时间: 20180104

572. laya.d3.core.Keyframe_API3.0 [ 81%]

...ame Defined in laya/d3/core/Keyframe.ts:19 创建一个 KeyFrame 实例。 Returns Keyframe Properties time time: number Defined in laya/d3/core/Keyframe.ts:19 时间。 Static defaultWeight defaultWeight: number = 0.33333 Defined in laya/d3/core/Keyframe.ts:17 Methods clone clone(): any Defined in ...

来源: Laya3.0_api 发布时间: 20231115

573. BackGround.super(this);这个报错 Cannot read property 'call' of undefined [ 81%]

...,300); this.bgimg=new BackGround(); Laya.stage.addChild(this.bgimg); })(); return shouye; })(); var BackGround = (function (_super) { function BackGround() { BackGround.super(this); this.bg=new Laya.sprite; this.bg.loaImage("war/beijing.png"); this.addchild(this.bg);  }; Laya.class(BackGround,"Ba...

来源: Laya_社区 发布时间: 20180110

574. laya.utils.ClassUtils_API3.0 [ 81%]

...ng 类名(比如laya.display.Sprite)或者注册的别名(比如Sprite)。 Returns any 类对象 Static getInstance getInstance(className: string): any Defined in laya/utils/ClassUtils.ts:30 根据名称创建 Class 实例。 Parameters className: string 类名(比如laya.display.Sprite)或者注册...

来源: Laya3.0_api 发布时间: 20231115

575. TS版本的官方示例,导出到玩一玩,在读写文件时能存不能读,读不出来,甚至直接读取会显示字符串里边有乱码。。。。 [ 81%]

...Data=function(){ if (!BK.FileUtil.isFileExist(LocalStorageAdpt.dataPath)){ return null; } try{ var dataO=BK.FileUtil.readFile(LocalStorageAdpt.dataPath); var jsonStr; jsonStr=dataO.readAsString(); console.log("jsonStr = " + jsonStr); return JSON.parse(jsonStr); }catch (e){ return null; } return null...

来源: Laya_社区 发布时间: 20181030

576. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 81%]

...].indexOf("layaair2-cmd") > -1 ? true : false; function useOtherNode(){ return useIDENode||useCMDNode; } //获取Node插件和工作路径 let ideModuleDir = useOtherNode() ? process.argv[1].replace("gulp\\bin\\gulp.js", "").replace("gulp/bin/gulp.js", "") : ""; let workSpaceDir = useOtherNode() ...

来源: Laya_社区 发布时间: 20200918

577. 请问laya中js如何继承自己写的类 [ 81%]

...方法a t1.prototype.a = function(){ console.log(this.b.x+""+this.b.y); } return t1; }());   ========================= /* * t2继承父类t1 */ var t2 = (function () { function t2() { t2.super(); } t2.prototype.a = function(){ console.log('2222'); } return t2; }());   2018-01-04 0 1 分享 微博 ...

来源: Laya_社区 发布时间: 20180104

578. laya.ui.UIUtils_API3.0 [ 81%]

...f String = null 如果值不为null,则填充的是新增值得类型。 Returns any[] 填充后的数组。 Static gray gray(target: Sprite, isGray?: boolean): void Defined in laya/ui/UIUtils.ts:47 给指定的目标显示对象添加或移除灰度滤镜。 Parameters target: Sprite 目标显示...

来源: Laya3.0_api 发布时间: 20231115

579. laya.utils.Pool [ 80%]

...根据类名回收类的实例 Parameters cls:Class — 类的具体实例 Returns*getItem()method  public static function getItem(sign:String):* 根据传入的对象类型标识字符,获取对象池中已存储的此类型的一个对象,如果对象池中无此类型的对象,则返回 nu...

来源: Laya2.0_api 发布时间: 20190513

580. laya.d3.webxr.core.WebXRExperienceHelper_API3.0 [ 80%]

..."unbounded"; cameraInfo: WebXRCameraInfo WebXRCameraInfo webXRCamera设置 Returns Promise<WebXRSessionManager> Promise Static setWebXRCamera setWebXRCamera(camera: Camera, manager: WebXRSessionManager): WebXRCameraManager Defined in laya/d3/WebXR/core/WebXRExperienceHelper.ts:96 config WebXRC...

来源: Laya3.0_api 发布时间: 20231115