大约有 740 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0057 秒)
Laya_社区(355) Laya3.0_api(144) Laya2.0_api(100) laya_api(93) Laya2.0_文档(32) Laya3.0_文档(12) Laya2.0_示例(3) Laya_示例(1)
...放表完成后**/ private function onAssetsOK(assetsUrl:String):void { //获取加载的数据(Json数组转化成数组) var arr:Array=Laya.loader.getRes(assetsUrl); for(var i:int=arr.length-1;i>-1;i--) { //根据资源路径获取资源(Resource为材质、贴图、网格等的基类) ...
来源: Laya_社区 发布时间: 20170904
...sdfsdf"; console.log(js); this.hr.send(url, js,"post","text"); 服务器端获取不到值只是 [object JSON] this.hr.send(url, js,"post","json"); 会报错,发送失败 2017-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20170509
... //设置progress Handler的第4个参数为true,根据加载文件个数获取加载进度 Laya.loader.load(arr,null,Laya.Handler.create(this,onProLoaded),null,true,true); } function showProgress() { progressBar=new Laya.Sprite(); progressBar.loadImage("comp/BG1.jpg",50,300); progressBar.width=30...
来源: Laya_社区 发布时间: 20170701
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Static DEBUG DEBUG: boolean = false Inherited from Resource.DEBUG Defined in laya/reso...
来源: Laya3.0_api 发布时间: 20231115
...tring Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:109 获取资源的UUID。 Readonly version version: number Inherited from PrefabImpl.version Defined in laya/res...
来源: Laya3.0_api 发布时间: 20231115
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cache...
来源: laya_api 发布时间: 20170929
...的资源通过layaAir IDE的方式打成一个图集,然后从图集下获取你想要使用的资源。这样可以对资源进行统一加载,减少你资源加载的次数,方便使用。 2016-08-29 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问...
来源: Laya_社区 发布时间: 20160829
...string Inherited from Resource.url Defined in laya/resource/Resource.ts:99 获取资源的URL地址。 uuid uuid: string Inherited from Resource.uuid Defined in laya/resource/Resource.ts:101 获取资源的UUID。 Readonly version version: number Inherited from PrefabImpl.version Defined in laya/res...
来源: Laya3.0_api 发布时间: 20231102
...? 解答:也可以将数据以Object的形式存放大数组下进行获取 正确的写法: arr[0]={url:"iamges/xxx.xxxx",total:25,music:"music/xxx.xxx" 问题3:由于是H5项目,是不是需要进行预加载。每一次切换同时加载连续的三条数据? 解答: 如果是序...
来源: Laya_社区 发布时间: 20160505
...ies Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite...
来源: Laya2.0_api 发布时间: 20190513