大约有 58 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0065 秒)
...个两个字节的整数 byte1.writeUTFString("hell world");//写入一个字符串; byte.writeArrayBuffer(byte1.buffer,6);//把byte1的数据从第六个字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// trace(byte.readUTFString())//从byte中读出字符串。 ``...
来源: Laya2.0_文档 发布时间: 20210715
...个两个字节的整数 byte1.writeUTFString("hell world");//写入一个字符串; byte.writeArrayBuffer(byte1.buffer,6);//把byte1的数据从第六个字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// console.log(byte.readUTFString())//从byte中读出字符串...
来源: Laya2.0_文档 发布时间: 20210715
...加上 Laya.stage.focus = "GameStart.ui" 这一句还是不行,字符串试过改成"GameStart”,“ui.GameStart”,还是一样输出undefined qq282196521 • 2018-02-08 18:20 @Laya_Aaron:我加上 Laya.stage.focus = "GameStart.ui" 这一句还是不行,字符串...
来源: Laya_社区 发布时间: 20180208
... Button labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 Button labelPadding : String 表示按钮文本标签的边距。 格式:"上边距,右边距,下边距,左边距"。 Button labelSize : int 表示按钮文本标签的字体大小。 Button labelS...
来源: laya_api 发布时间: 20170929
... Button labelFont : String 表示按钮文本标签的字体名称,以字符串形式表示。 Button labelPadding : String 表示按钮文本标签的边距。 格式:"上边距,右边距,下边距,左边距"。 Button labelSize : int 表示按钮文本标签的字体大小。 Button labelS...
来源: Laya2.0_api 发布时间: 20190513
...TS语言基本类型,不过需要注意的是,基本类型需要使用字符串的方式来描述,只有数字、字符串、布尔类型,可以用其对象类型来标记。 类型 类型书写示范 类型说明 数字类型 "number" 也可以用Number来标记该类型 单行字符串文...
来源: Laya3.0_文档 发布时间: 20241014
...式:构成一个矩形所需的 x,y,width,heith 值,用逗号连接为字符串。 例如:"0,0,100,200"。 Dialog filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值(会叠加父亲节点的缩放...
来源: laya_api 发布时间: 20170929
...ffer ,Blob, Document, JavaScript 对象 (即 “json”), 或者是字符串。如果请求未完成或失败,则该值为 null responseText DOMString 此次请求的响应为文本,或是当请求未成功或还未发送时为 null只读。 responseType XMLHttpRequestResponseType 设置...
来源: Laya3.0_文档 发布时间: 20241014
...。以角度为单位。Sprite skin : String 对象的皮肤地址,以字符串表示。 如果资源未加载,则先加载资源,加载完成后应用于此对象。 注意:资源加载完成后,会自动缓存至资源库中。 ProgressBar stage : Stage[read-only] 对舞台 stage 的...
来源: laya_api 发布时间: 20170929
...rs _parseEscapeChars: boolean Defined in laya/display/Text.ts:202 是否将字符串中的\n,\t转换为实际功能的字符 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115