大约有 150 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0041 秒)
Laya_社区(105) Laya3.0_api(9) Laya2.0_api(8) laya_api(7) Laya3.0_文档(6) Laya2.0_示例(5) Laya2.0_文档(5) Laya_示例(5)
... laya2.1.0版本conchMarket和IMarket接口去哪了? 怎么获得laya.input输入框里面的值 drawToCanvas获得的webglcanvas怎么缩小 获得节点在stage中的坐标 获得,stage缩放比例 引擎示例里的3d场景是如何获得的? 例如停车场那个场景, .ls 格式文件...
来源: Laya_社区 发布时间: 20170711
...yName("camera") as Laya.Camera; } onUpdate(){ var touchCount = this._scene.input.touchCount(); if (1 === touchCount){ //判断是否为两指触控,撤去一根手指后引发的touchCount===1 if(this.isTwoTouch){ ...
来源: Laya_社区 发布时间: 20190531
...设置调用时间吗? 找不到类型或类型不是编译时常量 textinput移除后再添加会将之前的内容全部赋值给全部input 通过AnimatorState为Animator添加多个播放状态islooping属性会被覆盖 怎样跨页面执行脚本命令? 引擎1.7.18 新增Loader的preLoad...
来源: Laya_社区 发布时间: 20190523
...| Events Packagelaya.uiClasspublic class TextAreaInheritanceTextArea TextInput Label UIComponent Sprite Node EventDispatcher Object TextArea 类用于创建显示对象以显示和输入文本。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By...
来源: Laya2.0_api 发布时间: 20190513
...动了 怎样获取浏览器地址传过来的GET参数 怎么获得laya.input输入框里面的值 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 请问如何让textinput组件输入密码的时候显示*号? 元素旋转后,所绑定的事件失效 TextInput在手机...
来源: Laya_社区 发布时间: 20170721
... 手机端h5,在Laya里怎么上传并获取图片? 另外,用原生input【type="file"】获取的图片怎么交给Laya呢? 附件 : --> 2017-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueyi...
来源: Laya_社区 发布时间: 20170418
...家可以参考! /*[IF-SCRIPT-BEGIN]('var file= document.createElement("input")');('file.type = "file"'); ('document.body.appendChild(file)'); ('file.style.zIndex = 999999'); ('file.style.position = "absolute"'); ('file.style.top = 20'); ('document.body.appendChild(file);') [IF-SCRIPT-END]*/ 2016-...
来源: Laya_社区 发布时间: 20160216
... 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