大约有 155 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0087 秒)
... 只提供以异步的形式返回 Web 服务器的响应,并且能够以文本或者二进制的形式返回内容。 注意:建议每次请求都使用新的 HttpRequest 对象,因为每次调用该对象的send方法时,都会清空之前设置的数据,并重置 HTTP 请求的状态,...
来源: Laya3.0_api 发布时间: 20231115
...void Inherited from Button.label Defined in laya/ui/Button.ts:425 按钮的文本内容。 Returns string Inherited from Button.label Defined in laya/ui/Button.ts:429 按钮的文本内容。 Parameters value: string Returns void labelAlign get labelAlign(): string set labelAlign(value: string): voi...
来源: Laya3.0_api 发布时间: 20231115
...tArea Class TextArea TextArea 类用于创建显示对象以显示和输入文本。 example 以下示例代码,创建了一个 TextArea 实例。 package { import laya.ui.TextArea; import laya.utils.Handler; public class TextArea_Example { public function TextArea_Example() { Laya.init(640, 800);...
来源: Laya3.0_api 发布时间: 20231115
...? 关于打包图集时的图片默认属性与repeat的区别 关于几种文本的区别与用法 问题状态 最新活动: 2018-01-23 11:12 浏览: 1298 关注: 2 人
来源: Laya_社区 发布时间: 20180123
...ntime中,onOpened方法会接受传入的参数,param.text 的值就是文本 "点击成功!",代码如下所示: const { regClass } = Laya; import { MsgRTBase } from "./MsgRT.generated"; @regClass() export class MsgRT extends MsgRTBase { onOpened(param: any): void { console.log(param.text...
来源: Laya3.0_文档 发布时间: 20240910
...减少纹理图片解码卡顿;文件合并:可合并JSON与二进制文本文件,减少文件下载交互数量,提升游戏加载效率;批量导出3D场景:支持将Unity中的多个场景同时导出;支持LayaAir 3D粒子编辑器:与LayaAir引擎功能完全对应的粒子编...
来源: Laya_社区 发布时间: 20190122
...on Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 * 可以是单态,两态和三态,默认三态(up,over,down)。 example 以下示例代码,创建了一个 Button 实例。 package { import laya.ui.Button; import laya.util...
来源: Laya3.0_api 发布时间: 20231115
...lue: string): void Defined in laya/ui/ComboBox.ts:433 默认的下拉提示文本。 Returns string Defined in laya/ui/ComboBox.ts:437 默认的下拉提示文本。 Parameters value: string Returns void destroyed get destroyed(): boolean Inherited from Node.destroyed Defined in laya/display/Node.ts...
来源: Laya3.0_api 发布时间: 20231115
...Defined in laya/ui/UIComponent.ts:312 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.tool...
来源: Laya3.0_api 发布时间: 20231102
...Defined in laya/ui/UIComponent.ts:281 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 example private var _testTips:TestTipsUI = new TestTipsUI(); private function testTips():void { //简单鼠标提示 btn2.tool...
来源: Laya3.0_api 发布时间: 20231115