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

大约有 380 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0056 秒)

251. laya.resource.TextureCube_API3.0 [ 53%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

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

252. layabox2.0,图集资源地址url缓存错误,导致texture恢复位图资源的时候,加载不到图片资源 [ 52%]

...是为什么? 已上传 Demo 附件 TextInput重写onFocus和onBlur事件监听不到 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 用二的幂次方图集和非二的幂次方图集区别在哪? 图集打包找不到图集文件 IDE1.7.8 json图集加载问题 版...

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

253. laya.display.Stage [ 52%]

...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点的属性 mouseEnable 的值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...

来源: laya_api 发布时间: 20170929

254. laya.d3.webxr.core.WebXRInput_API3.0 [ 52%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher offAxisEvent offAxisEvent(index: number, type: string, caller: any, listener: Function): void Defined in laya/d3/WebXR/core/WebXRInput.ts:184 remove axis even...

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

255. laya.resource.Texture2DArray_API3.0 [ 52%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

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

256. layabox2.0,图集资源地址url缓存错误,导致texture恢复位图资源的时候,加载不到图片资源 [ 52%]

...是为什么? 已上传 Demo 附件 TextInput重写onFocus和onBlur事件监听不到 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 用二的幂次方图集和非二的幂次方图集区别在哪? 图集打包找不到图集文件 IDE1.7.8 json图集加载问题 版...

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

257. 谷歌浏览器在打开状态再启动FB调试会load不到资源?比如我先用谷歌打开百度,然后FB调试,就会加载不到资源,如果关掉谷歌,再调试就没有问题 [ 52%]

...鼠标是否处于按下状态”? TextInput重写onFocus和onBlur事件监听不到 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存...

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

258. laya.display.Input [ 52%]

...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点的属性 mouseEnable 的值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...

来源: laya_api 发布时间: 20170929

259. laya.d3.resource.models.Mesh_API3.0 [ 52%]

... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher Inherited from Event...

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

260. 微信小游戏分包实战(JavaScript-小游戏适配文档-微信小游戏) [ 51%]

...毁当前页面与添加aUI页面到舞台的逻辑shouUI在主包,二是监听鼠标事件的触发函数showB也在主包。 分出的b.js代码如下所示: ```javascript //显示A页 function showA() { showUI(aUI,UI) //监听按钮btnA的点击事件,触发后处理 UI.btnA.on(Laya.Event.C...

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