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

大约有 1,656 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0072 秒)

701. laya.media.SoundChannel [ 65%]

...间。 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

702. 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 [ 65%]

...体对象 和 克隆体:   大体上看有处不同: 本体有属性 _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

703. 自己写了个label继承官方的label,出现了问题,求指导~ [ 65%]

..., 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

704. laya.ani.swf.MovieClip [ 65%]

...,缩放,位移效果。 矩阵更多信息请参考 Matrix Sprite  url : String[write-only] 资源地址。 MovieClip viewport : Rectangle 视口大小,视口外的子对象,将不被渲染(如果想实现裁剪效果,请使用srollRect),合理使用能提高渲染性能。比如由...

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

705. 有关layadcc的疑问 [ 65%]

...比对时是旧的? 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

706. 关于图集和配置文件(json || atlas)的问题 [ 65%]

...没有打图集,单独加载,但是 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

707. 游戏系怎么把一些共用的功能独立出来 [ 65%]

...载抽奖程序的全部资源,包括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

708. http无响应 [ 65%]

http无响应 完全是复制官网的DEMO 只是改了URL  为何单独放在本地的一个laya文件里可以接收数据,在官网上的提交没反应呢? 单独用在其它文件也是没有反应,  var LoginView = (function (_super) { function LoginView() { LoginView.super(this); //...

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

709. laya.d3.component.animation.CameraAnimations [ 65%]

...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

710. layaAir分包问题 [ 65%]

...法 : 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