大约有 350 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)
Laya_社区(186) Laya2.0_文档(106) Laya3.0_api(40) Laya3.0_文档(9) Laya2.0_示例(4) Laya2.0_api(3) Laya_示例(2)
...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
... | 立即连接 比如 new Socket("192.168.1.2",8899);注意这里的host参数没有ws前缀。 | | connect方法 | 传递url和端口号,连接服务器;socket.connect("192.168.0.1.2",8989);注意这里的host参数没有ws前缀。 | | connectByUrl方法 | 传递整个url,比如 socket.co...
来源: Laya2.0_文档 发布时间: 20210715
.../4.png) (图9) 通过增加drawCurves的第三位points点集合的参数,我们可以让曲线更复杂一些,修改的示例代码如下: ```typescript //增加58, 100与78, 0坐标让曲线更复杂一些 this.sp.graphics.drawCurves(10, 58, [0, 0, 19, -100, 39, 0, 58,...
来源: Laya2.0_文档 发布时间: 20210715
...待执行的方法覆盖掉,你可以通过修改timer once的第四个参数还关闭覆盖:Laya.timer.once(1000,this,方法,null,false); 2016-12-16 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 daohu 相关问题 两个对象new...
来源: Laya_社区 发布时间: 20161216
.../4.png) (图9) 通过增加drawCurves的第三位points点集合的参数,我们可以让曲线更复杂一些,修改的示例代码如下: ```javascript //增加58, 100与78, 0坐标让曲线更复杂一些 sp.graphics.drawCurves(10, 58, [0, 0, 19, -100, 39, 0, 58, 100,...
来源: Laya2.0_文档 发布时间: 20210714
...决呢 bingo • 2018-11-18 10:55 Laya.MiniAdpter.init(false, true); 第二参数改为true
来源: Laya_社区 发布时间: 20181026
...nAssetsLoaded(settings) { // 当load数组的时候,回调函数传入的参数不再是资源,可以通过以下方法获取资源 // let settings = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(settings); Laya.stage.a...
来源: Laya2.0_示例 发布时间: 20241117
...nAssetsLoaded(settings) { // 当load数组的时候,回调函数传入的参数不再是资源,可以通过以下方法获取资源 // let settings = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(settings); Laya.stage.a...
来源: Laya2.0_示例 发布时间: 20241117
...nAssetsLoaded(settings) { // 当load数组的时候,回调函数传入的参数不再是资源,可以通过以下方法获取资源 // let settings = Laya.loader.getRes(partPath); const Particle2D = Laya.Particle2D; // 创建 Particle2D 实例 let partIns = new Particle2D(settings); Laya.stage.a...
来源: Laya2.0_示例 发布时间: 20241117
...常强烈,请问用插件导出lh是严格按照文档上的教程配置参数的嘛? qq747899378 • 2017-12-13 14:10 新建工程没有h5文件夹啊 qq747899378 • 2017-12-13 14:11 参数是按照技术文档来的 qq747899378 • 2017-12-13 14:12 而且你们官方例子没有源码吗 qq74...
来源: Laya_社区 发布时间: 20171213