大约有 159 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0167 秒)
... Handler Defined in laya/ui/Dialog.ts:176 对话框被关闭时会触发的回调函数处理器。 回调函数参数为用户点击的按钮名字name:String。 closeType closeType: string Defined in laya/ui/Dialog.ts:196 关闭类型,点击name为"close","cancel","sure","no","yes","no...
来源: Laya3.0_api 发布时间: 20231115
...~ 循环依赖不能运行 Circular dependency: 骨骼动画播放完后的回调时间 laya3D动画无法播放 视频播放案例 LayaAir3D UnityPlug 1.7.13 导出刚体动画无效 问题状态 最新活动: 2018-05-25 14:04 浏览: 1203 关注: 2 人
来源: Laya_社区 发布时间: 20180525
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void close close(type?: string): void Defined in laya/display/Scene.ts:149 关闭场景 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void close close(type?: string): void Inherited from Scene.close Defined in laya/display/Scene.ts:149 关闭场景 【注意】被关闭的场景,如果没有设置autoDestroyAtRemoved=true,则资...
来源: Laya3.0_api 发布时间: 20231115
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void clone clone(): Node Inherited from RenderableSprite3D.clone Defined in laya/d3/core/Sprite3D.ts:300 克隆。 Returns Node 克隆副本。 contains contains(node: Node): boolean Inherited from Nod...
来源: Laya3.0_api 发布时间: 20231115
...btn001,btn002,尾部数组为for下的i值,然后在鼠标事件的回调里去判断,当前点击的是哪个按钮 for(var i:int=0;i<10;i++) { var btn:Button=new Button(); ....... btn.on(Event.CLICK,this,onMouse,['btn'+i]) } public function onMouse(aa):void { ...
来源: Laya_社区 发布时间: 20170425
...见声音 求助关于TiledMap的版本问题 骨骼动画播放完后的回调时间 iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显...
来源: Laya_社区 发布时间: 20180911
...param caller 执行域(this)。 * @param method 回调方法。 * @param args 携带的参数。 * @param once 是否只执行一次,如果为true,回调后执行recover()进行回收,默认为true。 * @re...
来源: Laya_社区 发布时间: 20180704
...。 Parameters caller: any 执行域(this)。 method: Function 结束时的回调方法。 Returns void contains contains(node: Node): boolean Inherited from Node.contains Defined in laya/display/Node.ts:536 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node...
来源: Laya3.0_api 发布时间: 20231102