大约有 1,656 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)
Laya_社区(1155) Laya3.0_api(151) Laya2.0_api(106) laya_api(97) Laya2.0_文档(85) Laya3.0_文档(44) Laya2.0_示例(9) Laya_示例(9)
...间。 SoundChannel startTime : Number 开始时间。 SoundChannel url : String 声音地址。 SoundChannel volume : Number 音量范围从 0(静音)至 1(最大音量)。 SoundChannelPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By eve...
来源: laya_api 发布时间: 20170929
...体对象 和 克隆体: 大体上看有处不同: 本体有属性 _url:"D:/test/Game3D02/bin/h5/LayaMonkey/LayaMonkey.lh" url:"D:/test/Game3D02/bin/h5/LayaMonkey/LayaMonkey.lh" 而克隆体 url:undefined 不知道和这个有没有关系 webwxgetvideo.zip 2019-06-18 0 0 分享 微...
来源: Laya_社区 发布时间: 20190618
..., bold:Boolean = false, italic:Boolean = false, underline:Boolean = false, url:String = null, target:String = null, align:String = null, leftMargin:Object = null, rightMargin:Object = null, indent:Object = null, leading:Object = null) { //Config.fontName, 18, LIST_LABEL_COLOR, //false, false, false,...
来源: Laya_社区 发布时间: 20170516
...,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite url : String[write-only] 资源地址。 MovieClip viewport : Rectangle 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,请使用srollRect),合理使用能提高渲染性能。比如由...
来源: Laya2.0_api 发布时间: 20190513
...比对时是旧的? 3)文档中 layadcc F:/work/test/bestgame -cache -url http://www.layabox.com/bestgame/index.html 后面那个-url (http://www.layabox.com/bestgame/index.html )这个指定的地址只是用来作为一个key用的吧,是不是一要完全和正式上线的地址一样呢...
来源: Laya_社区 发布时间: 20170608
...没有打图集,单独加载,但是 var resArray:Array<any>=[ {url:"h5/UI.atlas",type:Laya.Loader.ATLAS}, {url:"h5/UI/so_main_base.png",type:Laya.Loader.IMAGE}, ]; Laya.loader.load(resArray,Laya.Handler.create(this,initUI)); 单图就是so_main_base.png,死活就加...
来源: Laya_社区 发布时间: 20180626
...载抽奖程序的全部资源,包括JS 如: var atlas:Object[] = [{ url: "res/atlas/choujiang.js", type: Loader.TEXT }, { url: "res/atlas/choujiang.json", type: Loader.ATLAS }, ]; Laya.loader.load(atlas, Handler.create(this, th...
来源: Laya_社区 发布时间: 20180511
http无响应 完全是复制官网的DEMO 只是改了URL 为何单独放在本地的一个laya文件里可以接收数据,在官网上的提交没反应呢? 单独用在其它文件也是没有反应, var LoginView = (function (_super) { function LoginView() { LoginView.super(this); //...
来源: Laya_社区 发布时间: 20170215
...nt3D templet : AnimationTemplet 获取动画模板。 KeyframeAnimations url : String[write-only] 设置url地址。 KeyframeAnimationsProtected Properties Hide Inherited Protected Properties Show Inherited Protected Properties PropertyDefined By _player : AnimationPlayer动画播放器。Keyfra...
来源: laya_api 发布时间: 20170603
...法 : var moduleJs:* = getModuleJs(moduleName);//已经加载过,通过Url获取具体脚本代码 if (moduleJs) { __JS__("var script = document.createElement('script');") __JS__(" script.type = 'text/javascript';") __JS__(" script.text = moduleJs;") __JS__(" d...
来源: Laya_社区 发布时间: 20161020