大约有 434 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0047 秒)
...} //初始化预加载数据 public m_initData(url:string,atlas:boolean,atlasPath?:string){ (atlas===void 0)&& (atlas=false); this['_url']=url=Laya.URL.formatURL(url); if(atlas)this['_atla...
来源: Laya_社区 发布时间: 20180615
...on FormDemo() { // 初始化舞台 Laya.init(400,400); // 图标数据 var data:Object = { labels: [ //最上方矩形的标签提示和颜色设置 "Red", "Blue", "Yellow" ], datasets: [ { data: [300, 50, 100],//所占整个扇形的比率,以及分割份数 backgroundColor: [ //默认的饼图...
来源: Laya_社区 发布时间: 20170109
...的响应结果。 Hierarchy EventDispatcher HttpRequest Index Accessors data http url Methods event hasListener off offAll offAllCaller on once reset send Accessors data get data(): any Defined in laya/net/HttpRequest.ts:192 返回的数据。 Returns any http get http(): any Defined in laya/net/Ht...
来源: Laya3.0_api 发布时间: 20231115
...option = { title: { text: 'ECharts 入门示例' }, tooltip: {}, legend: { data:['销量'] }, xAxis: { data: ["衬衫","羊毛衫","雪纺衫","裤子","高跟鞋","袜子"] }, yAxis: {}, series: [{ name: '销量', type: 'bar', data: [5, 20, 36, 10, 10, 20] }] }; // 使用刚指定的配置项和...
来源: Laya_社区 发布时间: 20180626
...on: Didn't find class "demo.MainActivity" on path: DexPathList[[zip file "/data/app/com.angelport.apptest-Lo_yTvpJWT9iznFcVx-p0w==/base.apk"],nativeLibraryDirectories=[/data/app/com.angelport.apptest-Lo_yTvpJWT9iznFcVx-p0w==/lib/arm64, /data/app/com.angelport.apptest-Lo_yTvpJWT9iznFcVx-p0w==/base.ap...
来源: Laya_社区 发布时间: 20190102
...接 提交 5 个回复 cuixueying 赞同来自: 现在有一个swf文件,data.swf,运行后显示如下 如何在项目中正常显示data.swf? 步骤一:将swf进行资源转换 步骤二:将自动生成的文件data.swf和以data命名的资源文件夹放置在IDE的资源目录下 需...
来源: Laya_社区 发布时间: 20160912
...(gulpDir, cmd,{silent: true})>>compile_temp.js echo fork1.stdout.on("data", (data) =^> {>>compile_temp.js echo let str = String(data)>>compile_temp.js echo console.log(str)>>compile_temp.js echo if(str.match(/^\s*Error\:/)){app.exit(1);return;}>>compile_temp.js echo ...
来源: Laya_社区 发布时间: 20200325
...在楼下。请查收 叔年心~厌世 • 2020-08-18 09:49 index.js:829 data stderr: stderr: npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache\_logs\2020-08-18T01_47_13_310Z-debug.log index.js:829 data 2 end) npm install -g @vivo-miniga...
来源: Laya_社区 发布时间: 20200817
....weixin.qq.com/cgi- ... ot%3B, "", "get", "text"); function processHandler(data) { console.log(data); } function errorHandler(data) { alert(2); } function completeHandler(e) { alert(1); } } Laya.class(JiHuo, "ui.JiHuo", _super); return JiHuo; })(ui.JiHuoUI); 2018-04-19 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20180419
...fferUsage canRead indexCount indexType indexTypeByteCount Methods _setIndexData destroy getData setData unbind Constructors constructor new IndexBuffer3D(indexType: IndexFormat, indexCount: number, bufferUsage?: BufferUsage, canRead?: boolean): IndexBuffer3D Overrides IndexBuffer.constructor Defined...
来源: Laya3.0_api 发布时间: 20231115