大约有 685 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)
...是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Hierarchy Event Index Constructors constructor Properties button currentTarget delta isDblClick nativeEvent target touchId touchPos type ADDED BLUR CHANGE CHANGED CLICK CLOSE COLLISION_ENTER ...
来源: Laya3.0_api 发布时间: 20231115
...是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Event charCode : Boolean[read-only] 包含...
来源: laya_api 发布时间: 20170929
... * @params protocol协议名称 * @params data 参数【和服务端针对协议约定】 */ public request(protocol: string, data: any = null): void { if (!this.pomelo) return; if(!this.mConnected){ ...
来源: Laya_社区 发布时间: 20161109
...播放完成一遍后有没事件或者回调 http 请求 once 的 回调参数,如何传递和接收? 问题状态 最新活动: 2018-01-19 21:34 浏览: 1348 关注: 4 人
来源: Laya_社区 发布时间: 20180119
...:MovieClip (default = null) — 父MovieClip,自己创建时不需要传该参数 Method DetailaddLabel()method public function addLabel(label:String, index:int):void 增加一个标签到index帧上,播放到此index后会派发label事件 Parameters label:String — 标签名称 index:int — ...
来源: laya_api 发布时间: 20170929