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

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

71. 如何能监听到TouchStart和TouchEnd事件 [ 37%]

... * @return 返回当前 Event 对象。          */         setTo(type: string, currentTarget: laya.display.Sprite, target: laya.display.Sprite): Event;         /**          * 防止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。  ...

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

72. laya.ui.UIEvent [ 37%]

... Inherited Public Methods Show Inherited Public Methods MethodDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响...

来源: Laya2.0_api 发布时间: 20190513

73. laya.ui.UIEvent [ 36%]

... Inherited Public Methods Show Inherited Public Methods MethodDefined By setTo(type:String, currentTarget:Sprite, target:Sprite):Event 设置事件数据。 Event stopPropagation():void 阻止对事件流中当前节点的后续节点中的所有事件侦听器进行处理。此方法不会影响...

来源: laya_api 发布时间: 20170929

74. LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 [ 19%]

...{             if (this.map) {                 this.mRelative.setTo(px, py);                 this.updatePos();             } else {                 // console.warn("please frist addUnit...");             }         }         /** 格子坐标点*/    ...

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

75. 引擎 TiledMap 居然不支持图块翻转 [ 13%]

...    }             else {                 this._paddingRect.setTo(0, 0, 0, 0);             }             if (gridSize) {                 this._gridWidth = gridSize.x;                 this._gridHeight = gridSize.y;             }             var t...

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