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

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

61. 用Geolocation获取地理位置信息(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 49%]

...数返回一个监视器ID值,可以使用`Geolocation.clearWatch()`并传入该ID值来取消由`watchPosition()`注册的位置监听器。 ```typescript // Geolocation.watchPosition函数签名 Geolocation.watchPosition( Handler.create(this, updatePosition), Handler.create(this, onError)); func...

来源: Laya2.0_文档 发布时间: 20210714

62. laya.events.EventDispatcher_API3.0 [ 49%]

...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Defined in laya/events/EventDispatcher.ts:21 检查...

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

63. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 48%]

...= 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

64. laya.ani.bone.Templet_API3.0 [ 47%]

...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 getAniDuration getAniDuration(aniIndex: number): number Inherited from AnimationTemplet.getAniDura...

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

65. laya.d3.resource.models.Mesh_API3.0 [ 47%]

...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 getBoneIndices getBoneIndices(boneIndices: Vector4[]): void Defined in laya/d3/resource/models/Mes...

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

66. 资源加载 · LayaAir3.0文档 · LAYABOX [ 46%]

...如何使用加载方法呢? 在资源数组里,为需要带类型的传入类型,不需要的传类型的,仍然可以省略。 Laya.loader.load([url1, { url:url2, type: type }]).then((res:Array<any>)=> { /** 加载多个,按需设置类型,满足各种需要 */ }); 完整的...

来源: Laya3.0_文档 发布时间: 20241014

67. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 46%]

...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

68. laya.ani.AnimationPlayer_API3.0 [ 46%]

...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined ...

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

69. laya.device.Shake_API3.0 [ 46%]

...,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns boolean 此事件类型是否有侦听者,如果有侦听者则值为 true,否则值为 false。 hasListener hasListener(type: string): boolean Inherited from EventDispatcher.hasListener Defined ...

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

70. 引擎中的修改意见 [ 46%]

...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