大约有 511 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0084 秒)
Laya_社区(450) Laya2.0_示例(10) Laya2.0_文档(10) Laya_示例(10) Laya3.0_api(9) Laya2.0_api(9) laya_api(7) Laya3.0_文档(6)
...了3个部位 这个load只能传一个地址 请问怎么一起加载 TextInput 的 type 属性设置为 number 的时候 maxChars 字数限制无效 图片Sprite绑定点击事件,点击区域不对 Input输入文本的restrict限制输入的字符怎么使用? 加载单张图片尺寸限制 ...
来源: Laya_社区 发布时间: 20170505
...ll Inherited Externals Only exported Menu Globals "laya/d3/WebXR/core/WebXRInput" WebXRInput Class WebXRInput author miner 类用来描述输入设备 Hierarchy EventDispatcher WebXRInput Index Constructors constructor Properties _lastXRPose gamepadAxis gamepadButton handness lastXRPose position ray...
来源: Laya3.0_api 发布时间: 20231115
... "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
...s里的变量 workSpaceDir = global.workSpaceDir; } return rollup.rollup({ input: workSpaceDir + '/src/Main.ts', onwarn:(waring,warn)=>{ if(waring.code == "CIRCULAR_DEPENDENCY"){ console.log("warnning Circular dependency:"); console.log(waring); } }, treeshake: false, //建议忽略 plugins: [ ty...
来源: Laya_社区 发布时间: 20200607
...串数据", msg); } // 清除输入缓存,避免残留数据 this.socket.input.clear(); } /** 连接关闭回调 */ private onSocketClose(e: any): void { console.log("WebSocket 连接已关闭", e); } /** 连接错误回调 */ private onConnectError(e: any): void { console.error("WebSocket 连接...
来源: Laya3.0_文档 发布时间: 20251010
...2017-02-23 0 6 分享 微博 QZONE 微信 cry_11858 赞同来自: 不支持input标签吗。 2017-10-23 0 1 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 同一个文本中字体大小不同,颜色不同 var htmlD:HTMLDivElement = new HTMLDivElement(); Laya.stage.addChild(htmlD); ...
来源: Laya_社区 发布时间: 20161027
...擎 Laya.init(100, 100); var file = Laya.Browser.document.createElement("input"); file.type = "file"; file.style.position = "absolute"; file.style.zIndex = 999; Laya.Browser.document.body.appendChild(file);//添加到舞台 var fileReader = new Laya.Browser.window.FileReader(); file.onchange = funct...
来源: Laya2.0_文档 发布时间: 20210714
...ayabox.game/LayaCache/appCache/9ea141a6/18ac4122_dreams.mp3: avformat_open_input failed, err:Permission denied 07-16 13:28:21.322 1331-1331/com.layabox.game E/MediaPlayer: Should have subtitle controller already set --------- beginning of /dev/log/system 07-16 13:28:37.142 402-531/? I/...
来源: Laya_社区 发布时间: 20190716
...fig.compile && !forceCompile) { return; } } return rollup.rollup({ input: workSpaceDir + '/src/Main.ts', onwarn:(waring,warn)=>{ if(waring.code == "CIRCULAR_DEPENDENCY"){ console.log("warnning Circular dependency:"); console.log(waring); } }, treeshake: false, //建议忽略 plugins: [ ty...
来源: Laya_社区 发布时间: 20200918
...wait gui.UIPackage.createWidget("editorResources/UI/MyWidget.widget"); let input: gui.TextInput = this._panel.getChild("TextInput").getChild("title"); input.on("changed", () => { console.log("改变了!"); }) } } 四、程序化生成界面 4.1 常用方法 除了使用UI编辑器制作界面...
来源: Laya3.0_文档 发布时间: 20251010