大约有 167 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0100 秒)
...d = ......`和`script.onerror =....`分别是加载完成和加载失败的回调函数。 `Laya.Browser.document.body.appendChild(script);`把创建的script标签添加到页面。 `var client = new Laya.Browser.window.Demo1();`实例化js声明的那个类。 `client.start();`调用实例的函...
来源: Laya2.0_文档 发布时间: 20210714
...tring — 场景地址 complete:Handler (default = null) — 加载完成回调,返回场景实例(可选) progress:Handler (default = null) — 加载进度回调(可选) onClosed()method public function onClosed(type:String = null):void关闭完成后,调用此方法(如果有...
来源: Laya2.0_api 发布时间: 20190513
...d = ......`和`script.onerror =....`分别是加载完成和加载失败的回调函数。 `Laya.Browser.document.body.appendChild(script);`把创建的script标签添加到页面。 `var client:any = new Laya.Browser.window.Demo1();`实例化js声明的那个类。 `client.start();`调用实例的...
来源: Laya2.0_文档 发布时间: 20210715
...width,sp.height); })); Laya.stage.addChild(sp); loadImage在加载完成的回调函数触发之后才可以正确获取宽高。 直接调用size设置: Laya.loader.load("res/apes/monkey2.png",Laya.Handler.create(this,function() { var texture=Laya.loader.getRes("res/apes/monkey2.png"); var sp=new...
来源: Laya3.0_文档 发布时间: 20241014
...现The AudioContext was not allowed to start. 骨骼动画播放完后的回调时间 图集打包找不到图集文件 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 微信小程序—未找到入口 app.json 文件,或者文件读取失败...
来源: Laya_社区 发布时间: 20180203
...的mousemove 然后将mousemove 的回调中的 e.clientx 和e.clientxY 赋值给 当前的sprite 2017-11-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无...
来源: Laya_社区 发布时间: 20171106
...。 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
...g launch: Error Could not attach to main target 骨骼动画播放完后的回调时间 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 Texture图片能否进行翻...
来源: Laya_社区 发布时间: 20181120
... 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