大约有 215 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0037 秒)
Laya_社区(139) Laya3.0_api(21) laya_api(14) Laya2.0_api(14) Laya2.0_文档(11) Laya_示例(6) Laya3.0_文档(5) Laya2.0_示例(5)
...后是否自动停止背景音乐。 Implementation public static function get autoStopMusic():Boolean public static function set autoStopMusic(value:Boolean):voidmusicMutedproperty musicMuted:Boolean 背景音乐(不包括音效)是否静音。 Implementation public stat...
来源: Laya2.0_api 发布时间: 20190513
...后是否自动停止背景音乐。 Implementation public static function get autoStopMusic():Boolean public static function set autoStopMusic(value:Boolean):voidmusicMutedproperty musicMuted:Boolean 背景音乐(不包括音效)是否静音。 Implementation public stat...
来源: laya_api 发布时间: 20170929
...用后出现Cannot read property 'loop' of null Laya.timer.loop(100,this,function():void{trace(90890789078);}); 报错: Uncaught TypeError: Cannot read property 'loop' of null at new LayaUISample (LayaUISample.max.js:394) at LayaUISample.max.js:29731 at LayaUISample.max.js:29733 2017-02-14 添加...
来源: Laya_社区 发布时间: 20170214
...rl:String):void 加载声音。 Sound off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: laya_api 发布时间: 20170929
...享 微博 QZONE 微信 文 赞同来自: 我这边的原因是定义响应function时,没有加上 ClassScript.prototype.加上以后就正常了。 RoleControlScript.prototype.onComplete=function(){} 2018-07-25 0 0 分享 微博 QZONE 微信 zyx 赞同来自: 我也遇到这个问题了,...
来源: Laya_社区 发布时间: 20180523
...axUI.ts有前缀导致报错 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 启动引擎报错 mPlugin.game_plugin_init(3); 真机调试报错:LayaPlayer不支持的标签<...
来源: Laya_社区 发布时间: 20200203
...rl:String):void 加载声音。 Sound off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦...
来源: Laya2.0_api 发布时间: 20190513
...回调里暂停,然后在开启 var i = 0; Laya.timer.loop( 500, this, function () { i = i < (arr.length - 1) * 6 ? i + 1 : 0; this.noticeList.scrollBar.value = i * 5 if (i % 6 == 0) { console.log("在这里停止", i) } else{ co...
来源: Laya_社区 发布时间: 20170705
...链接形状,它可能不能正常工作 Implementation public function get loop():Boolean public function set loop(value:Boolean):voidpointsproperty points:String用逗号隔开的点的集合,格式:x,y,x,y ... Implementation public function get points():String ...
来源: Laya2.0_api 发布时间: 20190513
... new Worker("libs/sleepThread.js"); ILaya.m_worker.onmessage = function () { if (!ILaya.stage.isVisibility) { // console.log("_enterFrame...ILaya.stage._loop.........2222............enterTime=", ILaya.Browser.now()); I...
来源: Laya_社区 发布时间: 20201201