大约有 623 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0070 秒)
Laya_社区(354) Laya3.0_api(156) Laya2.0_文档(39) Laya2.0_api(26) laya_api(23) Laya3.0_文档(22) Laya2.0_示例(3)
...r changeHandler: Handler Defined in laya/ui/ScrollBar.ts:46 滚动变化时回调,回传value参数。 disableDrag disableDrag: boolean = false Defined in laya/ui/ScrollBar.ts:66 调用滚动停止接口stopMoveLimit时,是否禁止内容的拖拽 downButton downButton: Button Defined in laya/ui...
来源: Laya3.0_api 发布时间: 20231115
...包APK之后在手机上就连接不上socket 骨骼动画播放完后的回调时间 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 图集的质量可以控制吗 一个时间轴动画里创建的多个动画,怎么分别调用?如图 3d项目-unity添加物理组件 layanative2 打包andr...
来源: Laya_社区 发布时间: 20180204
...名称呢?或者所有的AnimationClip呢? 骨骼动画播放完后的回调时间 问题状态 最新活动: 2017-11-10 15:48 浏览: 1879 关注: 2 人 jacksing888 • 2017-11-11 10:34 我试了下 改了值然后 貌似又被覆盖了 那你说的这个方法 其实没有效果啊 如果真...
来源: Laya_社区 发布时间: 20171110
...。 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
...ey1.png"; //先加载图片资源,在图片资源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(this.Res,Laya.Handler.create(this,this.graphicsImg)); } private graphicsImg():void{ this.img = new Laya.Sprite(); //获取图片资源,绘制到画布 this.img.gra...
来源: Laya2.0_文档 发布时间: 20210715
...。 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 type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya3.0_api 发布时间: 20231102
...。 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
...gle — 视口区域 completeHandler:Handler — 地图创建完成的回调函数 viewRectPadding:Rectangle (default = null) — 视口扩充区域,把视口区域上、下、左、右扩充一下,防止视口移动时的穿帮 gridSize:Point (default = null) — grid大小 ...
来源: Laya_社区 发布时间: 20180503