大约有 144 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0038 秒)
Laya2.0_api(31) laya_api(29) Laya3.0_api(26) Laya_社区(22) Laya2.0_文档(17) Laya3.0_文档(17) Laya_示例(1) Laya2.0_示例(1)
...Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods MethodDefined By bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils fitDOMElementInArea(dom:Object, ...
来源: laya_api 发布时间: 20170929
...Properties PropertyDefined By parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods MethodDefined By bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils fitDOMElementInArea(dom:Object, ...
来源: Laya2.0_api 发布时间: 20190513
...个由 length 参数指定的长度的 UTF-8 字节序列,并返回一个字符串。 一般读取的是由 writeUTFBytes 方法写入的字符串。 Parameters Default value len: number = -1 要读的buffer长度,默认将读取缓冲区全部数据。 Returns string 读取的字符串。 getUT...
来源: Laya3.0_api 发布时间: 20231115
...ng, radix?: number): number Defined in laya/utils/Utils.ts:120 解析一个字符串,并返回一个整数。和JS原生的parseInt不同:如果str为空或者非数字,原生返回NaN,这里返回0。 Parameters str: string 要被解析的字符串。 Default value radix: number = 0 表示...
来源: Laya3.0_api 发布时间: 20231115
...个两个字节的整数 byte1.writeUTFString("hell world");//写入一个字符串; byte.writeArrayBuffer(byte1.buffer,6);//把byte1的数据从第六个字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// console.log(byte.readUTFString())//从byte中读出字符串...
来源: Laya2.0_文档 发布时间: 20210714
...个两个字节的整数 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
...码文本字段。 TextStyle bgColor : String 文本背景颜色,以字符串表示。 TextStyle bold : Boolean是否为粗体TextStyle borderColor : String 文本边框背景颜色,以字符串表示。 TextStyle currBitmapFont : BitmapFont当前使用的位置字体。TextStyle ...
来源: Laya2.0_api 发布时间: 20190513
...TS语言基本类型,不过需要注意的是,基本类型需要使用字符串的方式来描述,只有数字、字符串、布尔类型,可以用其对象类型来标记。 类型 类型书写示范 类型说明 数字类型 "number" 也可以用Number来标记该类型 单行字符串文...
来源: Laya3.0_文档 发布时间: 20241014
...指定值。 Point toString():String返回包含 x 和 y 坐标的值的字符串。PointPublic Constants ConstantDefined By TEMP : Point[static] 临时使用的公用对象。PointProperty Detailxpropertypublic var x:Number该点的水平坐标。yproperty public var y:Number该点的垂直...
来源: laya_api 发布时间: 20170929
...指定值。 Point toString():String返回包含 x 和 y 坐标的值的字符串。PointPublic Constants ConstantDefined By TEMP : Point[static] 临时使用的公用对象。PointProperty Detailxpropertypublic var x:Number该点的水平坐标。yproperty public var y:Number该点的垂直...
来源: Laya2.0_api 发布时间: 20190513