大约有 2,738 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0078 秒)
Laya_社区(1923) Laya3.0_api(248) Laya2.0_api(162) laya_api(132) Laya_示例(81) Laya2.0_文档(81) Laya2.0_示例(65) Laya3.0_文档(46)
...lic Methods MethodDefined By Shake()Shake event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指...
来源: laya_api 发布时间: 20170929
....ao.<init>(android.content.Context, layaair.game.conch.LayaConch5) ((null):-1) at void layaair.game.conch.LayaConch5.InitView() ((null):-1) at void layaair.game.conch.LayaConch5.EngineStart() ((null):-1) at void layaair.ga...
来源: Laya_社区 发布时间: 20181119
... if(tur)img_cg.graphics.drawImage(tur) }),null,Laya.Loader.IMAGE); 这段代码, 当 cg_url等于“”的时候,底层判断会走到这个接口下面 this.onLoaded(null) load(url, type = null, cache = true, group = null, ignoreCache = fals...
来源: Laya_社区 发布时间: 20201130
...为透明 看到源码中有 /**舞台的背景颜色,默认为黑色,null为透明。*/ public function get bgColor():String { return _bgColor; } public function set bgColor(value:String):void { _bgColor = value; conchModel && conchModel.bgColor(value); if (Render.isWebGL) { if (v...
来源: Laya_社区 发布时间: 20180607
...否显示下划线。Text underlineColor : String下划线的颜色,为null则使用字体颜色。Text valign : String 表示文本的垂直显示方式。 取值: "top": 居顶部对齐显示。 "middle": 居中对齐显示。 "bottom": 居底部对齐显示。 Text viewport : Rectang...
来源: Laya2.0_api 发布时间: 20190513
...的详解 sp.on(Event.CLICK, this, fun) 有时候是this,有时候是null 到底怎么区分这个 2016-12-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 LayaBB 赞同来自: 就是我后面的事件侦...
来源: Laya_社区 发布时间: 20161202
...有子对象,不销毁自己本身。 Node event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 ...
来源: laya_api 发布时间: 20170929
...lic Methods MethodDefined By Shake()Shake event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指...
来源: Laya2.0_api 发布时间: 20190513
...; (loops=1); (startTime===void 0)&& (startTime=0); if(!url) return null; SoundManager._recoverWebAudio(); url=URL.formatURL(url); if (url!=SoundManager._tMusic){ if (Render.isConchApp){ var ext=Utils.getFileExtension(url); if (ext !="wav" && ext !="ogg"){ alert("The sound only suppor...
来源: Laya_社区 发布时间: 20181019
...c] 存储UI配置数据(用于加载模式)。View viewport : Rectangle = null 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,请使用srollRect),合理使用能提高渲染性能。比如由一个个小图片拼成的地图块,viewport外面的小图片将...
来源: laya_api 发布时间: 20170929