大约有 484 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0078 秒)
...air2-cmd的使用 layaair2-cmd的使用很简单,目前只有两个功能参数, compile 与 publish ,分别是编译和发布。 ##### 编译命令 当我们想编译项目时, 输入 `layaair2-cmd compile` 回车即可。编译效果如下图所示。 ![图](img/11.png) ##### 发布命令 ...
来源: Laya2.0_文档 发布时间: 20210715
...IGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in ...
来源: Laya3.0_api 发布时间: 20231115
...an = false):void 加载资源。加载错误会派发 Event.ERROR 事件,参数为错误信息。 Loader off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatc...
来源: laya_api 发布时间: 20170929
...l data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns ...
来源: Laya3.0_api 发布时间: 20231115
...IGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in ...
来源: Laya3.0_api 发布时间: 20231115
...ixelCount; } private function toLocal(point:Object,mc:Sprite):Point { /* * 参数point可以是Point类型和DisplayObject类型 * mc是目标对象 */ var p:Object; if(point is Sprite) { p = new Point(); p.x = point.x; p.y = point.y; p = localToGlobal(Sprite(point)); }else if(point is Point) { p = ...
来源: Laya_社区 发布时间: 20180302
...spose:Boolean = false):void { Loader.clearRes清理你把里面的第二个参数设置成false试试 如果还是不行的话你就把资源清理方法改用一下这个方法!还有如果你的图片小于512的话是销毁不了的 https://ldc.layabox.com/doc/?nav=zh-as-3-2-7 2018-04-24 0 0 ...
来源: Laya_社区 发布时间: 20180424
...IGroup.ts:28 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 Optional tag tag: string Inherited from Node.tag Defined in laya/display/Node.ts:62 节点标签 Static drawtocanvCtx drawtocanvCtx: Context Inherited from Text.drawtocanvCtx Defined in ...
来源: Laya3.0_api 发布时间: 20231115
...onName。 Default value args: any[] = null 传递给 method 函数的可选参数列表。 Returns void clearTimer clearTimer(caller: any, method: Function): void Inherited from Node.clearTimer Defined in laya/display/Node.ts:609 清理定时器。功能同Laya.timer.clearTimer()。 Parameters calle...
来源: Laya3.0_api 发布时间: 20231115
...l data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单个参数 p ,可以直接传入参数 p。 Returns ...
来源: Laya3.0_api 发布时间: 20231115