大约有 141 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0042 秒)
Laya_社区(98) Laya3.0_api(9) Laya2.0_api(8) laya_api(7) Laya2.0_文档(5) Laya2.0_示例(5) Laya_示例(5) Laya3.0_文档(4)
... xy: current (if MLB down), zw: click uniform samplerXX iChannel0..3; // input channel. XX = 2D/Cube uniform vec4 iDate; // (year, month, day, time in seconds) 2017-05-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20170522
...n-typescript'; import uglify from 'rollup-plugin-uglify'; export default { input: './src/main.ts', output: { file: './bin/js/main.js', format: 'iife' }, plugins: [ typescript(), uglify() ] }在终端输入rollup指令编译代码,把typescript编译成es5并打包成一个文件并压缩rollup -c...
来源: Laya_社区 发布时间: 20171120
... "src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ // "removeComments": true, /* Do not emit comments to output. */ // "noEmit": true, ...
来源: Laya_社区 发布时间: 20190408
...周年》微信H5 我在这个作品中主要用到了原生js上传功能(input[type=file]),同时原生js和laya.js之间进行数据交互,这其间有过几次技术碰壁,感谢 @cuixueying 的技术支持,也真挚地期望LayaAir能够有自己的上传功能,加油! 附件 : --> ...
来源: Laya_社区 发布时间: 20170512
...ype 'Array' 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 调试工具正常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStrin...
来源: Laya_社区 发布时间: 20190322
...复问题请先登录 发起人 135*****276 相关问题 怎么获得laya.input输入框里面的值 请问如何让textinput组件输入密码的时候显示*号? Button 中的文字无法垂直居中 文字镜像不见了 请教下textarea如何设置滚动条,现在文字量多一点话就不...
来源: Laya_社区 发布时间: 20210423
...onMessage"+event); // var byte:Laya.Byte = new Laya.Byte(); // this.socket.input.readBytes(byte); if (event instanceof ArrayBuffer){ var byte:Laya.Byte = new Laya.Byte(event); this.socket.input.clear(); this.processPackage(this._package.decode(byte)); } } private sendMessage(reqId, route, msg) { var...
来源: Laya_社区 发布时间: 20180119
...ype 'Array' 求助!华为快游戏发布后报错 Unexpected end of JSON input Failed to load: 调试工具正常,真机报错:Request failed Status:0 text( 加载场景失败) HttpRequest在ios系统出现Request failed Status:0 text:,安卓没事 scriptEngine 0xc30edooo loadScriptStrin...
来源: Laya_社区 发布时间: 20190809
...们默认在0点位置 var file:any = Laya.Browser.document.createElement("input"); var img:any = Laya.Browser.document.createElement("img"); //设置file样式 file.style="filter:alpha(opacity=0);opacity:0;width:200px;height:100px;background:url(b1.png) no-repeat center;cursor:pointer;"; file.type ...
来源: Laya_社区 发布时间: 20190129
...微信 stephysun 赞同来自: 假如说类似这种的话可以不? <input type="file" id="file" /> <span>上传文件</span> </label> <canvas width="300" height="300" id="canvas"></canvas> </body> <script> $("#file").change(function (){ var file = ...
来源: Laya_社区 发布时间: 20170111