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

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

451. laya.d3.core.material.PBRMaterial_API3.0 [ 33%]

...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...

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

452. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 32%]

...h) < 0){ //判断整个floor是否不在屏幕里面了 如果不在了 移除当前floor Laya.timer.clear(this, this.onLoop); this.visible = false; this.event(Floor.OUT_DIE, this); } } /** * 检测碰撞 * x 坐标 * y 坐标 */ _proto.checkHit = function(x,y){ if(x > this.x && x <...

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

453. laya.ui.Radio_API3.0 [ 32%]

...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Implementation of ISelect.offAllCaller Inherited from EventDispatcher.of...

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

454. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 31%]

...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...

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

455. laya.ui.TextInput_API3.0 [ 30%]

...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller: any): EventDispatcher Inherited from EventDispatcher.offAllCaller Defined in laya/events/Event...

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

456. laya.ui.Button_API3.0 [ 26%]

...rs Optional type: string (可选)事件类型,如果值为 null,则移除本对象所有类型的侦听器。 Returns EventDispatcher 此 EventDispatcher 对象。 offAllCaller offAllCaller(caller

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

457. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 25%]

...  此 zip 中的发布脚本 .laya/publish.js 增加了一个压缩 JS 时移除代码中的 console 的功能,如果您不需要此功能,将该文件第 467-475 行注释即可。// options = Object.assign({}, options, { // output: { // comments: false, // }, // compress: { // drop_debugger: ...

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