• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 724 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0050 秒)

31. js调as函数 undifine [ 93%]

... Text类中竟然没有pos函数的api~ 构造函数不能进断点 执行回调函数时报is not a function 关于customRender函数不执行的问题 引擎有没有管理或访问系统剪贴板的方法函数 load 加载完图集 回调函数可以传形参吗? 如何定义动画播放过某...

来源: Laya_社区 发布时间: 20171005

32. 有没有跟arc这个函数一样的画弧函数[ 93%]

...于shader中opengl函数问题 js调as函数 undifine load 加载完图集 回调函数可以传形参吗? 执行回调函数时报is not a function 关于customRender函数不执行的问题 注册函数里面 事件侦听函数的执行域 的详解 如何定义动画播放过某帧后的回调...

来源: Laya_社区 发布时间: 20170906

33. 回调函数传递sprite3D问题 [ 93%]

回调函数传递sprite3D问题 使用 Laya.timer.frameLoop();函数 看了官方API,第四个参数是传一个数组,作为回调函数的入参, var spriteArray = new Array(); spriteArray.push(warehouse1); Laya.timer.frameLoop(1, this, freshBubble,spriteArray); function freshBubble(sprite...

来源: Laya_社区 发布时间: 20180105

34. laya.utils.Timer [ 93%]

... Parameters caller:* — 执行域(this)。  method:Function — 定时器回调函数。  args:Array (default = null) — 回调参数。 clear()method  public function clear(caller:*, method:Function):void 清理定时器。 Parameters caller:* — 执行域(this)。  method:Function — 定...

来源: laya_api 发布时间: 20170929

35. 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以设置调用时间吗? [ 93%]

...在layaIDE里,怎么调用微信小程序API 骨骼动画播放完后的回调时间 如何设置Sprite的宽高和点击区域? FD 宏编译时 出现 试图访问该方法时失败 View嵌套Dialog组件 关于逻辑贞更新间隔机制、时间和其他一些Timer相关的问题 一个时间...

来源: Laya_社区 发布时间: 20171109

36. laya.utils.Timer_API3.0 [ 93%]

...行。 Parameters caller: any 执行域(this)。 method: Function 定时器回调函数。 Default value args: any[] = null 回调参数。 Returns void clear clear(caller: any, method: Function): void Defined in laya/utils/Timer.ts:243 清理定时器。 Parameters caller: any 执行域(this)。 me...

来源: Laya3.0_api 发布时间: 20231115

37. laya.utils.Timer [ 92%]

... Parameters caller:* — 执行域(this)。  method:Function — 定时器回调函数。  args:Array (default = null) — 回调参数。 clear()method  public function clear(caller:*, method:Function):void 清理定时器。 Parameters caller:* — 执行域(this)。  method:Function — 定...

来源: Laya2.0_api 发布时间: 20190513

38. Laya.loader.create 进度回调函数执行两次!!! 上次发问题一直没有回复 [ 92%]

Laya.loader.create 进度回调函数执行两次!!! 上次发问题一直没有回复 Laya.loader.create("Main/SMain.ls",Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.fl...

来源: Laya_社区 发布时间: 20180717

39. Laya.loader Progress回调形同虚设 [ 92%]

Laya.loader Progress回调形同虚设 private function beginLoad():void { //加载引擎需要的资源 Laya.loader.load([ "res/1.png", "res/2.png", "res/3.png", "res/4.png", "res/5.png", "res/6.png", "res/7.png" ], Handler.create(this, onLoaded),Handler.create(this, onProgress)); //Laya.loader.lo...

来源: Laya_社区 发布时间: 20180428

40. WebGLContext2D.setIBVB这个函数在2.0里没有了用什么代替? [ 92%]

...问题 网页跳转函数 怎么停止正在运行Laya.timer.frameLoop的回调函数 请问laya.net.Loader和laya.net.LoaderManager哪些函数支持网络资源加载,加载什么类型?哪些只支持本地资源加载 Uncaught Error:此函数id(167),ctype(167)报错? 代码重...

来源: Laya_社区 发布时间: 20190314