大约有 667 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0057 秒)
...ere.lh)。 (动图2-14) 在配置资源分包时,需要设置如下参数: 参数 说明 资源文件夹 资源文件夹中的内容,就是要进行分包的资源 入口脚本 参考2.7节中代码分包 是否远程包 勾选后,该资源文件夹(分包)在版本发布后会发...
来源: Laya3.0_文档 发布时间: 20241014
...是事件类型的集合。一般当发生事件时,Event 对象将作为参数传递给事件侦听器。 Public Properties PropertyDefined By altKey : Boolean[read-only] 表示 Alt 键是处于活动状态 (true) 还是非活动状态 (false)。 Event charCode : Boolean[read-only] 包含...
来源: Laya2.0_api 发布时间: 20190513
...是事件类型的集合。一般当发生事件时,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