大约有 1,569 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0054 秒)
Laya_社区(678) Laya3.0_api(636) Laya2.0_api(70) laya_api(47) Laya2.0_文档(47) Laya3.0_文档(36) Laya2.0_示例(29) Laya_示例(26)
...]/, "");//替换一个看不见的特殊字符 return JSON.parse(data); } 但是这个方法也只是暂时的,这个也不知道是引擎的bug还是微信的bug 2018-01-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20180104
...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
...,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
...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
...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
...].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
...方法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
...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
...根据类名回收类的实例 Parameters cls:Class — 类的具体实例 Returns*getItem()method public static function getItem(sign:String):* 根据传入的对象类型标识字符,获取对象池中已存储的此类型的一个对象,如果对象池中无此类型的对象,则返回 nu...
来源: Laya2.0_api 发布时间: 20190513
..."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