大约有 551 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0044 秒)
Laya_社区(484) Laya2.0_文档(12) Laya3.0_文档(10) Laya2.0_示例(10) Laya_示例(10) Laya3.0_api(9) Laya2.0_api(9) laya_api(7)
...不一致的编译错误 预设怎么在代码中使用 怎么获得laya.input输入框里面的值 微信小游戏编译报错 问题状态 最新活动: 2019-03-02 20:45 浏览: 1310 关注: 2 人
来源: Laya_社区 发布时间: 20181221
...序列帧动画(atlas文件)的url。 文本处理:GTextField、GTextInput GTextField用于显示静态文本,是对引擎Text类的封装,支持显示普通文字、富文本、图文混排等。 GTextInput用于接收用户输入的文本,是对引擎Input类的封装。 布局容器: ...
来源: Laya3.0_文档 发布时间: 20251010
...es\app\node_modules\uglify-js\lib\parse.js:306:9) at Object.next_token [as input] (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:551:9) at next (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:649:25) at as_symbol (D:\LayaAirIDE_1.7.13\resources\app\no...
来源: Laya_社区 发布时间: 20171206
layaair1.78版本 textarea和textinput在电脑平台时一点击整个canvas往上移动。 layaair1.78版本 textarea和textinput在电脑平台时一点击整个canvas往上移动。就是点击输入文本的时候,整个canvas往上移动,使用的是横版模式。 2017-08-10 添加评论...
来源: Laya_社区 发布时间: 20170810
...jectPack\LayaAirProjectPack.max.js:3232 return unescape(encodeURIComponent(input)) ^ RangeError: Invalid string length at encodeURIComponent () at Function.SMD5.str2rstrUTF8 (D:\LayaAirIDE_1.7.20\resources\app\out\layarepublic\LayaAirProjectPack\LayaAirProjectPack.max.js:3232:20) at Function.SMD5.ra...
来源: Laya_社区 发布时间: 20181229
...e_ img_ Button 按钮 button_ btn_ ComboBox 下拉框 comboBox_ combo_ TextInput 文本输入 textInput_ input_ TextArea 文本域 textArea_ area_ CheckBox 多选框 checkBox_ check_ Label 显示文本 label_ 无缩写 RadioGroup 单选框组 radioGroup_ 无缩写 Radio 单选框 radio_ 无缩写 Ta...
来源: Laya3.0_文档 发布时间: 20251010
...ize":20,"name":"label"},"type":"Label"},{"props":{"y":148,"skin":"comp/textinput.png","text":"textinput","width":150,"name":"input"},"type":"TextInput"},{"props":{"skin":"comp/hslider.png","width":150,"name":"slider"},"type":"HSlider"},{"props":{"y":34,"skin":"comp/hscroll.png","width":150,"name":"s...
来源: Laya_社区 发布时间: 20170330
...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
...ends Laya.Base { public bg:Laya.Sprite; public input:Laya.TextInput; public btnSend:Laya.Button; public btnClose:Laya.Button; constructor(){ super()} createChildren():void { super.createChild...
来源: Laya_社区 发布时间: 20190128
... Laya.init(100,100); var file:any = Laya.Browser.document.createElement("input"); file.type = "file"; file.style.position = "absolute"; file.style.zIndex = 999; Laya.Browser.document.body.appendChild(file);//添加到舞台 var fileReader:any = new Laya.Browser.window.FileReader(); file.onchange = f...
来源: Laya2.0_文档 发布时间: 20210715