大约有 347 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0070 秒)
Laya3.0_api(154) Laya_社区(110) Laya2.0_api(24) laya_api(20) Laya3.0_文档(18) Laya2.0_文档(18) Laya2.0_示例(3)
....on('事件类型','事件侦听函数的执行域','事件侦听函数','回调参数')。 **原生as3支持,但是不被LayaAir引擎支持的示例:** **派发:** ```javascript dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListener(type,listener,useCapture,priority,useWe...
来源: Laya2.0_文档 发布时间: 20191206
....on('事件类型','事件侦听函数的执行域','事件侦听函数','回调参数')。 **原生as3支持,但是不被LayaAir引擎支持的示例:** **派发:** ```javascript dispatchEvent(event:Event); ``` **监听:** ```javascript addEventListener(type,listener,useCapture,priority,useWe...
来源: Laya2.0_文档 发布时间: 20210714
...关内容,都要使用import和export吗? 骨骼动画播放完后的回调时间 Laya mac版的IDE 是没测试就上线了吗? 关于Laya实现Matter.js官方案例凹多边形的问题 [Laya2.0 3D] 2.0正式版上存在某些骨骼动画无法播放,U3D和1.7.*都没问题 做好的粒子...
来源: Laya_社区 发布时间: 20190805
...。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Implementation of ISelect.contains Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 P...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Implementation of ISelect.contains Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 P...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...
来源: Laya3.0_api 发布时间: 20231115
...ull):void 从开始索引播放到结束索引,结束之后出发complete回调 MovieClip pos(x:Number, y:Number, speedMode:Boolean = false):Sprite 设置坐标位置。相当于分别设置x和y属性。 因为返回值为Sprite对象本身,所以可以使用如下语法:spr.pos(...).scale(....
来源: Laya2.0_api 发布时间: 20190513
... ScrollBar.changeHandler Defined in laya/ui/ScrollBar.ts:46 滚动变化时回调,回传value参数。 disableDrag disableDrag: boolean = false Inherited from ScrollBar.disableDrag Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton ...
来源: Laya3.0_api 发布时间: 20231115