大约有 185 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
Laya_社区(74) Laya3.0_api(41) Laya2.0_api(29) laya_api(23) Laya2.0_文档(11) Laya3.0_文档(5) Laya2.0_示例(1) Laya_示例(1)
...种子创建随机数。 Public Properties PropertyDefined By seed : uint 获取随机种子。 Rand seeds : Uint32Array获取随机种子。RandPublic Methods MethodDefined By Rand(seed:uint) 创建一个 Rand 实例。 Rand getByteFromInt(v:uint):Number[static] 通过无符号32位...
来源: laya_api 发布时间: 20170929
...种子创建随机数。 Public Properties PropertyDefined By seed : uint 获取随机种子。 Rand seeds : Uint32Array获取随机种子。RandPublic Methods MethodDefined By Rand(seed:uint) 创建一个 Rand 实例。 Rand getByteFromInt(v:uint):Number[static] 通过无符号32位...
来源: Laya2.0_api 发布时间: 20190513
int/Number/uint之前的强转需要注意哪些问题? 2015-12-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 使用int/Number/uint须知 (1)、Number赋值int注意事项描述...
来源: Laya_社区 发布时间: 20151204
...的字节流。 先从字节流的当前字节偏移位置处读取一个 Uint16 值,然后以此值为长度,读取此长度的字符串。 Byte readUint16():uint 从字节流的当前字节偏移量位置处读取一个 Uint16 值。 Byte readUint32():uint 从字节流的当前字节偏...
来源: Laya2.0_api 发布时间: 20190513
...的字节流。 先从字节流的当前字节偏移位置处读取一个 Uint16 值,然后以此值为长度,读取此长度的字符串。 Byte getSystemEndian():String[static] 获取当前主机的字节序。 主机字节序,是 CPU 存放数据的两种不同顺序,包括小端字节...
来源: laya_api 发布时间: 20170929
... keyLocation 属性中。 Public Constants ConstantDefined By LEFT : uint = 1[static] 表示激活的键在左侧键位置(此键有多个可能的位置)。 KeyLocation NUM_PAD : uint = 3[static] 表示激活的键位于数字键盘或者是使用对应于数字键盘的虚拟键激活...
来源: laya_api 发布时间: 20170929
... keyLocation 属性中。 Public Constants ConstantDefined By LEFT : uint = 1[static] 表示激活的键在左侧键位置(此键有多个可能的位置)。 KeyLocation NUM_PAD : uint = 3[static] 表示激活的键位于数字键盘或者是使用对应于数字键盘的虚拟键激活...
来源: Laya2.0_api 发布时间: 20190513
...Byte var byte:Byte = new Byte(); //或者传入一个类型化数组 var uint8Byte:Uint8Array = new Uint8Array(10); var byte:Byte = new Byte(uint8Byte); //或者传入一个ArrayBuffer类型 var buffer:ArrayBuffer = new ArrayBuffer(20); var byte:Byte = new Byte(buffer); ``` - **writeArrayBuffer*...
来源: Laya2.0_文档 发布时间: 20210715
String怎么转换为Uint8Array? reason:string = “&¥#”; //比如这个reason是个服务器发我的乱码的字符串 var byte:Laya.Byte = new Laya.Byte(); byte.writeUTFString(reason); var uint8ar = byte.getUint8Array(0, byte.length); 我解析出来的二进制数组跟服务端对...
来源: Laya_社区 发布时间: 20190122
...可读。 Returns IndexBuffer3D Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/Buffer.ts:8 _bufferType _bufferType: number Inherited from Buffer._bufferType Defined in laya/RenderEngine/Buffer.ts:10 _buffer...
来源: Laya3.0_api 发布时间: 20231115