大约有 228 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0047 秒)
...数返回一个监视器ID值,可以使用`Geolocation.clearWatch()`并传入该ID值来取消由`watchPosition()`注册的位置监听器。 ```typescript // Geolocation.watchPosition函数签名 Geolocation.watchPosition( Handler.create(this, updatePosition), Handler.create(this, onError)); func...
来源: Laya2.0_文档 发布时间: 20210714
...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Defined in laya/events/EventDispatcher.ts:21 检查...
来源: Laya3.0_api 发布时间: 20231115
...= Editor.scene.getSelection()[0]; //调用MyScript组件里的test方法,传入参数abc let ret = await Editor.scene.runNodeScript(node.id, node.getComponent("MyScript").id, "test", "abc"); console.log(ret); 3、自定义一个函数,并执行。例如: //下面是场景进程的代码 //注...
来源: Laya3.0_文档 发布时间: 20241014
...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 getAniDuration getAniDuration(aniIndex: number): number Inherited from AnimationTemplet.getAniDura...
来源: Laya3.0_api 发布时间: 20231115
...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 getBoneIndices getBoneIndices(boneIndices: Vector4[]): void Defined in laya/d3/resource/models/Mes...
来源: Laya3.0_api 发布时间: 20231115
...如何使用加载方法呢? 在资源数组里,为需要带类型的传入类型,不需要的传类型的,仍然可以省略。 Laya.loader.load([url1, { url:url2, type: type }]).then((res:Array<any>)=> { /** 加载多个,按需设置类型,满足各种需要 */ }); 完整的...
来源: Laya3.0_文档 发布时间: 20241014
...e,false,new Laya.Vector4(0,0,0,0)); //将传入的Render渲染到纹理上 for(var i = 0,n = renders.length;i<n;i++){ if(renders == null){ this.RemoveCommandBuffer_Outline(); ...
来源: Laya_社区 发布时间: 20210203
...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined ...
来源: Laya3.0_api 发布时间: 20231115
...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined ...
来源: Laya3.0_api 发布时间: 20231115
...tatusText + e.toString()); } 4、URL中formatURL方法中使用customFormat传入参数有问题, 多了个base public static function formatURL(url:String, base:String = null):String { if (!url) return "null path"; //如果是全路径,直接返回,提高性能 if (url.indexOf(":") > 0) retu...
来源: Laya_社区 发布时间: 20180820