• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 6 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)

1. 输入文本组件 · LayaAir3.0文档 · LAYABOX [ 100%]

输入文本组件(TextInput)1. LayaAir IDE中使用TextInput1.1 创建TextInput1.2 TextInput属性1.3 脚本控制TextInput2. Textinput代码创建输入文本组件(TextInput) 1. LayaAir IDE中使用TextInput 文本输入框是游戏中经常会用到的一个UI组件,任何需要输入的时...

来源: Laya3.0_文档 发布时间: 20241014

2. UI组件详解 · LayaAir3.0文档 · LAYABOX [ 42%]

...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_文档 发布时间: 20241014

3. 和原生Dom交互 · LayaAir3.0文档 · LAYABOX [ 39%]

... 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...

来源: Laya3.0_文档 发布时间: 20241014

4. 着色器蓝图 · LayaAir3.0文档 · LAYABOX [ 36%]

...图编辑窗口下,右键空白处,选择ShaderFunction选项,选择Input In选项卡 图7-2 7.3 自动返回值 在最后的Default Output Result节点,输入的数据类型决定了该Shader函数的输出类型,函数蓝图会自动判断输出类型,如下图所示 图7-3 7.4 函数...

来源: Laya3.0_文档 发布时间: 20241014

5. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 35%]

...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_文档 发布时间: 20241014

6. 网络通信 · LayaAir3.0文档 · LAYABOX [ 17%]

....readUTFBytes()); } // 清理缓存的服务端发来的数据 this.socket.input.clear(); } // 出现异常后的事件回调 private onConnectError(e: Event = null): void { console.log("error"); } 3.2 Laya.Byte 二进制读写 在开发项目中,二进制的操作是不可或缺的。在html5时...

来源: Laya3.0_文档 发布时间: 20241014